On 04 Jul 2007 14:19:29 +0200, [EMAIL PROTECTED] wrote: > The page in question is: http://free.of.pl/r/ramirez/szaflik/index_d.htm It > looks > perfectly well in everything but IE (6/7), the navigation on the left goes in > the > middle hovering over the text in the center part. If I delete the 'position: > absolute' > from navlist element, the navigation is ok in all browsers, but the text in > the center > shifts lower (gets middle aligned i suppose). Why is this happening? And how > do I get > this straight, ... ?
Your #navlist is absolutely positioned with "top: 75px;" but no value for "left:" -- Try adding "left: 0;" to #navlist. (Although IE 5.5 sets the "top" too high. Don't know why.) Cordially, David -- www.hucklesby.com ______________________________________________________________________ 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/
