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.
> 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.

Signature
Reply email address is a bottomless spam bucket.
Please reply to the group so everyone can share.
Windsun - 26 Mar 2005 03:54 GMT
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.
-------------------------------------------------------------------------------
>> 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.
Steve Sundberg - 26 Mar 2005 05:02 GMT
>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.
gpbmike - 26 Mar 2005 09:13 GMT
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 still
hasn't been officially announced. 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, I just wanted to know if anyone else has
experienced it so I know where to start looking. Thanks for the insight
anyway. :cool:

Signature
gpbmike
Windsun - 26 Mar 2005 15:58 GMT
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.
-------------------------------------------------------------------------------
> ... 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