472,958 Members | 1,840 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

Overlapping divs in Firefox until refresh


I'm wondering if anyone else has had this problem before.

Every now and then a div on my page will overlap with another. Thi
only happens in firefox (vs. IE and Safari) and it corrects itself whe
you refresh the page.

Has anyone run into this before? Thanks

--
gpbmik
-----------------------------------------------------------------------
gpbmike's Profile: http://www.highdots.com/forums/member.php?userid=1
View this thread: http://www.highdots.com/forums/showthread.php?t=7134

Jul 21 '05 #1
8 4995
gpbmike wrote:
I'm wondering if anyone else has had this problem before.

Every now and then a div on my page will overlap with another. This
only happens in firefox (vs. IE and Safari) and it corrects itself when
you refresh the page.

Has anyone run into this before? Thanks.


could it be that firefox is not perfect, or is this inconceivable ??
Jul 21 '05 #2

Well I'd just like to know if it's something I can fix or not. If it's
bug in firefox that can't be fixed, then I could tell my boss "hey, thi
can't be fixed" instead of working on it for such a long time

--
gpbmik
-----------------------------------------------------------------------
gpbmike's Profile: http://www.highdots.com/forums/member.php?userid=1
View this thread: http://www.highdots.com/forums/showthread.php?t=7134

Jul 21 '05 #3
gpbmike wrote:
Well I'd just like to know if it's something I can fix or not. If it's a
bug in firefox that can't be fixed, then I could tell my boss "hey, this
can't be fixed" instead of working on it for such a long time.


Without a URL it's impossible to say what the cause or solution, if
there is one, might be.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Jul 21 '05 #4
I doubt the bug is in Firefox. So far, 95% of all the CSS glitches I have
found between IE and FF, it turned out to be that IE was the buggy one.

-------------------------------------------------------------------------------
"kchayka" <us****@c-net.us> wrote in message
news:3a*************@individual.net...
gpbmike wrote:
Well I'd just like to know if it's something I can fix or not. If it's a
bug in firefox that can't be fixed, then I could tell my boss "hey, this
can't be fixed" instead of working on it for such a long time.


Without a URL it's impossible to say what the cause or solution, if
there is one, might be.

--
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.

Jul 21 '05 #5
On Sat, 26 Mar 2005 02:54:30 GMT, "Windsun" <wi******@earthlink.net>
wrote:
I doubt the bug is in Firefox. So far, 95% of all the CSS glitches I have
found between IE and FF, it turned out to be that IE was the buggy one.


The problem still remains one where 90% of the market is using a
buggy, non-compliant browser but they don't know that it's a buggy,
non-compliant browser because there wasn't a non-buggy, compliant
competitor out there for many years when the buggy, non-compliant
browser had 98% of the market.

I've now taken to testing my designs first in Firefox and then doing
whatever I need to do to make them look/work the same in IE. Traffic
to one of my client web sites has, since November, gone from 97% IE to
57% IE : 38% Firefox useage.

Jul 21 '05 #6

kchayka Wrote:
Without a URL it's impossible to say what the cause or solution, if
there is one, might be.


Unfortunately I can't show you the URL - it's on a dev server and stil
hasn't been officially announced. As for the IE vs. FF discussion tha
seems to have arisen, I have no doubt that there is something in m
code causing the overlapping, I just wanted to know if anyone else ha
experienced it so I know where to start looking. Thanks for the insigh
anyway. :cool

--
gpbmik
-----------------------------------------------------------------------
gpbmike's Profile: http://www.highdots.com/forums/member.php?userid=1
View this thread: http://www.highdots.com/forums/showthread.php?t=7134

Jul 21 '05 #7
My point was that if it works in FF but not IE, then the greater chance is
that it is an IE bug, and you will have to find a work around for it. IE
treats things like borders wrong.

-------------------------------------------------------------------------------
"gpbmike" <gp************@no-mx.forums.yourdomain.com.au> wrote in message
news:gp************@no-mx.forums.yourdomain.com.au...

... As for the IE vs. FF discussion that
seems to have arisen, I have no doubt that there is something in my
code causing the overlapping

Jul 21 '05 #8
Martin wrote
gpbmike wrote:
I'm wondering if anyone else has had this problem before.

Every now and then a div on my page will overlap with another. This
only happens in firefox (vs. IE and Safari) and it corrects itself when
you refresh the page.

Has anyone run into this before? Thanks.


could it be that firefox is not perfect, or is this inconceivable ??


I have the problem on a page that is valid xhtml strict.
I just assumed that firefox was not perfect as the page works fine when held
in the browser cache.
Sorry, I don't have a fix,

--
peter
Jul 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Peter Jenkins | last post by:
I have some divs I am using to get a two column layout for a section of a page, like so; <div1> <div2> <div3> blah blah blah blah blah blah blah blah...
2
by: Egon Pasztor | last post by:
Hi. I'm new at CSS, so maybe this is obvious, but I've looked around quite a bit looking for a solution. I'm playing with the vertical positioning of elements in a 2-column layout. The...
2
by: Daphne Tregear | last post by:
Is there every anything other than woe with IE...? I'm working on a redesign for my hobby pages in my personal home space before re-exporting them back to where they belong. I've based the...
12
by: meltedown | last post by:
I would like the floating divs to float and then the header to come after them , on the left. That's what I thought clearing the floats was for, but in this example, the header is to the right of...
3
by: michelle koen | last post by:
Hi Folks, on <a href="http://donbrice.com/new/page.php?section=schools">this page</a> and for all the sections I can't get Safari(2.02) or Firefox-PC(1.5) or the latest vers. of Opera-Mac to...
5
by: Gernot Frisch | last post by:
Hi, I have a site: http://www.glbasic.com/bugs.htm where 2 divs (class = "outer") overlap in Firefox. In IE it looks good (although the text part has a too large distance from the header...)...
2
by: Jakub Ɓukomski | last post by:
hi. i've got a problem as follows, to which i can't find a solution to: i've got two divs, which are completely independent of each other (neither is a parent of child of another). they're...
1
by: spolsky | last post by:
hi, i have the following html. if padding given for the span it overlaps the divs within IE 6, FireFox 1.5 and Opera 9.01. i don't want to give sizes manually. how could i prevent this...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
0
by: Aliciasmith | last post by:
In an age dominated by smartphones, having a mobile app for your business is no longer an option; it's a necessity. Whether you're a startup or an established enterprise, finding the right mobile app...
0
tracyyun
by: tracyyun | last post by:
Hello everyone, I have a question and would like some advice on network connectivity. I have one computer connected to my router via WiFi, but I have two other computers that I want to be able to...
2
by: giovanniandrean | last post by:
The energy model is structured as follows and uses excel sheets to give input data: 1-Utility.py contains all the functions needed to calculate the variables and other minor things (mentions...
4
NeoPa
by: NeoPa | last post by:
Hello everyone. I find myself stuck trying to find the VBA way to get Access to create a PDF of the currently-selected (and open) object (Form or Report). I know it can be done by selecting :...
3
NeoPa
by: NeoPa | last post by:
Introduction For this article I'll be using a very simple database which has Form (clsForm) & Report (clsReport) classes that simply handle making the calling Form invisible until the Form, or all...
3
by: nia12 | last post by:
Hi there, I am very new to Access so apologies if any of this is obvious/not clear. I am creating a data collection tool for health care employees to complete. It consists of a number of...
0
isladogs
by: isladogs | last post by:
The next online meeting of the Access Europe User Group will be on Wednesday 6 Dec 2023 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, Mike...

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.