Brian Middleton wrote:
> I am having an issue with the 3px gap in IE6/PC. I have read through
>  the article on P.I.E. and still can't figure out how to squash this
>  bug. If someone could take a look at this page in IE6..
> 
> http://www.nu-designs.com/new/slv/

I think the addition of...
* html #right .top {float: left; width: 350px;}
...should fix IE6.

IE6 also needs the addition of...
html {font-size: 100%;}
...to prevent the 'em font-resizing bug'...
<http://www.gunlaug.no/contents/wd_additions_13.html>
...from making a mess out of it.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to