Leider wird das Topmenu im Firefox nicht richtig dargestellt. Wo liegt der Fehler?
Komme da nicht mehr weiter..
Code:
/* TOPMENU AS LIST */
#topmenuwrap {background: url(../img/bg_topmenu.gif) repeat-x;}
#topmenu {float:right; padding:0; margin:0; list-style-type:none; height:3px; font-size:13px; background: url(../img/bg_topmenu.gif) repeat-x; }
#topmenu li {height:36px; float:right; padding: 0px 20px 0px 5px; margin:0; background-position:left;}
#topmenu a, #topmenu a:link, #topmenu a:visited, #topmenu a:hover, #topmenu a:active {line-height:36px; vertical-align:middle; text-decoration:none; font-weight:bold; cursor:pointer;color:#fff; margin:0; padding:0;}
#topmenu a:hover {color:#DB9501;}