> http://www.stuartswan.com/v6/index.php
>> I see your problem hasn't been resolved yet. This should help you >> out: http://www.positioniseverything.net/explorer/threepxtest.html > [...] i've had a read of that article and have > applied the 1% > height but it doesn't seem to have worked, [...] Not on its own, as the 3px jog will be moved on to the entire content-container - moving it to the right. You also have to adjust left margin on content, and the _calculated_ width of the floating sidebar. The latter isn't all that apparent. Add the following IE/win hack to your stylesheet, below everything else, complete with @media wrapper... @media screen { * html #leftsidebar {margin-right: -3px;} * html #content {height: 1%; margin-left: 159px;} } ...and the 3px jog bug will disappear behind leftsidebar. This hack will only be seen/applied by IE6 and IE5+ on win, which are the versions that have this bug. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- 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/
