Hallo,
ich habe von der Seite http://www.cssplay.co.uk/menus/doors_drop_line_three.html ein CSS-Menü. Wenn ich aber anstelle von width:750px width:100% einsetze, interpretiert der IE6 das komplett falsch. Gibt es eine Möglichkeit, das zu ändern?
Anhängend der entscheidende Part in der css-datei.
#nav .select li a:hover .sub,
#nav .select li:hover .sub {display:block; position:absolute; width:750px; top:21px; left:0; background:#005984; margin-top:1px; padding:0; z-index:100; border-bottom:20px solid #fff;}
#nav .sub, #nav .sub_active {margin:0; padding:0; list-style:none;}
#nav .sub_active {display:block; position:absolute; width:750px; top:21px; left:0; background:#005984; margin-top:1px; padding:0; z-index:10; color:#000; border-bottom:20px solid #fff;}
* html #nav .sub_active, * html #nav .select a:hover .sub {z-index:-1; margin-top:0; margin-t\op:1px;}
Frank