473,396 Members | 1,996 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Firefox problem - on Mac PPC only?

6
Hi there everyone.

I'm developing a site with a function where you can switch css file, and when you do an element is going to ontop of another..

However in Firefox the scrollbar of the element underneath is "breaking through" and lies ontop of everything even though it should be underneath.

I'm using the latest version of Firefox on a PPC and the in the same verion of Firefox it looks just fine, but on an Intel Mac. It works just fine in both Safari and Shiira on my computer. Firefox and IE on Win.

The question is; Is this a phenomenon on PPC or is it just something wrong with my Firefox??


Is there anyone with a Mac PPC and Firefox who would like to check it, and compare it with Safari?

http://hackan.starkast.net/test/scrollbar2.html

Thanks for any help with this issue.
May 6 '07 #1
8 2178
drhowarddrfine
7,435 Expert 4TB
Your xml declaratrion, <?xml version="1.0" encoding="iso-8859-1"?>, is in the wrong place. It should be the first line. Then validate for the list of your errors.
May 6 '07 #2
hackan
6
Oops. Thank you for that, corrected and checked it. Still the same problem for my Firefox and the validator didn't complaint about anything except a "<u></u>", presumably due to the "strict" doc-declaration.

But how did the page appear in your browser?
May 6 '07 #3
drhowarddrfine
7,435 Expert 4TB
I don't have a Mac but you can't rely on invalid code.
May 7 '07 #4
pbmods
5,821 Expert 4TB
I've noticed all sortsa scrollbar problems in Firefox lately.

For example, if you have a floating DIV with scrollbars, and you set its visibility style property to 'hidden', the scrollbars are still visible (the rest of the DIV is not). But when you set the display property to 'none', then the scrollbars disappear.

My guess is that it's just something you'll have to work around. You could set the DIV's overflow style property to 'hidden' while the div should be non-scrollable, though.

Oh, btw:
Intel Mac running Safari & Firefox. Works great in Safari. Not so much in Firefox. If that's what you were getting at. If not... Well, UPS let their mascot elephant sit on my G5 free of charge, so I'm unable to test on the PPC side at the moment.
May 8 '07 #5
hackan
6
Thanks ya'll :)

Yes, how the page looks in Firefox on PPC vs Intel was what I was getting at.
In Firefox on the Intel Mac I've got it appears as I intended - as two layers where you can see the div below the table with scrollbar and all - but on my PPC Firefox the scrollbar is scrollable. The scrollbar should be inaccessible.

The page sourcecode is perfect (according to http://www.totalvalidator.com) except for the <u></u> wich I promise has nothing to do with the problem in hand.
May 8 '07 #6
pbmods
5,821 Expert 4TB
I'm looking at your CSS source right now. I don't know if this will solve your problem or not, but in Firefox, I can't tell which element is on top of the other or vice versa.

Maybe setting the z-index property will help.
May 8 '07 #7
hackan
6
Many thanks for the tip :) Didn't know about z-index before and was really getting my hops up...

I tried using z-index, and it had affect on the table and the div but the scrollbar in Firefox didn't seem to care so much about it. Typical, huh.
It feels more and more like it isn't the page-sourcecode or the css who's responsible for the scrollbar act in Firefox on PPC Mac.

Or is there anyone out there with with Firefox on a PPC Mac where the page looks as inteded?
Or someone with another browser, on a different platform maybe, who get the same problem.

If anyone's got the time and would like to try and sort this strange problem out, please visit the page with the "layer /scrollbar test" ( http://hackan.starkast.net/test/scrollbar2.html ) and post a reply, wether it's a negative or positive reply.

Thanks all you who have help me so far, really appreciate your time.
May 9 '07 #8
hackan
6
Just wanted to give you all a update on my problem;

I tried "position: fixed" on the element that I wanted to be ontop and guess what... The scrollbar no longer interferes!! :)

Havn't checked it on the Intel Mac yet, but in Shiira and Safari however the page looks just as before and as intended - you can see the scrollbar underneath but in Firefox the scrollbar is now *invisible* where the element ontop covers - something I might just have to live with...
May 10 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: Stuart Perryman | last post by:
Hi, I have the following code which works just fine in IE6 but not in Firefox. It is an extract of several table rows each with an individual form. It is generated by php. <form...
14
by: David Blickstein | last post by:
I have some XML documents that I want to open in a web browser and be automatically translated to HTML via XSLT. I'm using an xml-stylesheet processing command in a file called "girml.xml". ...
3
by: torbs | last post by:
Hi I have two quicktime plugins embedded in a webpage. I want to hide one and display the other. Then I want to load a movie into the hidden player. When the first player is finished playing, I...
4
by: petermichaux | last post by:
Hi, I'm hoping for a reason I'm wrong or an alternate solution... I'd like to be able to dynamically include some javascript files. This is like scriptaculous.js library but their solution is...
11
by: minnesotti | last post by:
Hi there, I subscribed to a photographic pictures-hosting website which is heavy on JavaScript. My preferred latest browser Mozilla Firefox does not work with it -- no pictures are displayed and...
4
by: evgenyg | last post by:
Hello ! We have the following situation - when Ajax request is sent what's being returned by the server is usually an XML (which is used for DOM updates) but sometimes it's HTML which is a whole...
4
by: Barry | last post by:
Hello. I am in the process of modifying some JavaScript code which refers to an external stylesheet, but unfortunately I have very little previous JavaScript experience. Currently the code has only...
9
by: johnd126 | last post by:
I have a cgi program which outputs a fairly hefty amount of html/javascript for doing a complex slide show sorta thing in a variety of areas in the browser. I accomplish this by creating a series...
6
by: scotty | last post by:
I have a script that loops through an existing table list and prepares each href element node to trigger a function when an image is clicked. The function that will be run passes a property value...
9
by: =?Utf-8?B?Sm9obiBCYWlsZXk=?= | last post by:
I have a ASP .Net page that allows moving around items on the page through javascript. This page works fine in IE. In FireFox however, I have found that if the page is using XHTML 1.0...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.