OK,
I have added the Box Model Hack, Holly Hack, and the whitespace hack.
It looks as if IE 6 is still adding 3px of space between the #leftcolumn div and the #center2 div.
any ideas?
| SitePoint Sponsor |
OK,
I have added the Box Model Hack, Holly Hack, and the whitespace hack.
It looks as if IE 6 is still adding 3px of space between the #leftcolumn div and the #center2 div.
any ideas?
Last edited by btoler; Sep 23, 2004 at 08:28.


Hi,
Yes its the 3 pixel jog againhave a look at the FAQ on floats for a full explanation but heres the fix:
PaulCode:#leftcolumn { float: left; margin: 0px; padding: 0px; width: 175px; } * html #leftcolumn {margin-right:-3px}/*3 pixel jog*/ #center2 { margin: 0px; margin-left: 179px; padding: 0px; } * html #center2{margin-left:176px}/* ie adds 3 pixels back on*/
Worked perfectly
Thanks for the help!
Bookmarks