Код |
---|
/*Root items*/ #horizontal-multilevel-menu li a.root-item { color:#404040; font-weight:bold; font-size:11px; white-space:nowrap; padding:9px 10px; } div.root-separator { width:24px; // [B]Здесь я исправил на 24 вместо 1[/B] height:35px; float:left; background:url(images/separator.gif) center top no-repeat; } |
Код |
---|
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul { margin:0; padding:0; background:#FAFAFA url(images/header_menu_bg.gif) repeat-x; min-height:35px; min-width:100%; // здесь поменял width на min-width list-style:none; font-size:11px; float:left; /*font-size:90%*/ box-sizing:border-box; -moz-box-sizing:border-box; height:35px; } |