[thelist] Re: IE + FF oddity

Michele Foster (WizarDev) michele at wizardev.ca
Tue Mar 29 02:39:54 CST 2005


----- Original Message ----- 
From: "Mark Groen" <markgroen at gmail.com>


> ...and I'm not the only one still seeing about a 1px vertical line to
> the left of the menu inside the outside border either that is still
> needing a tweak...
>

Ok, I got it ... what a nuisance.  Looks like it has to do with the two
browsers not interpreting how to split up 1px.

For FF, use a body width of 750px  and
#logobox
 {margin-left:1px;}

For IE6, use body width of 751px and don't show it #logobox

You have bigger problems in IE5.5, that I don't have time to debug.  If you
need it to work in IE5.5, take a look at a better cantering approach.  I can
send you something offlist if you want. :)
http://www.thenoodleincident.com/tutorials/box_lesson/basic_centered.html

HTH,
Michele



More information about the thelist mailing list