473,385 Members | 1,337 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,385 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 5023
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
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.