Recently I made a page using jQuery Multi Level CSS Menu #2 from http://www.dynamicdrive.com/style/cs...el_css_menu_2/. I did as described there. My menue looks fine "menue.JPG".But instead of the result in "menue hover 2.JPG", I got a line break when hovering over the to-elapse menue entry "menue hover.JPG".
The only thing other than in the described HTML-section is an additional <div id="menue"> tag around the <div id="myslidemenu" class="jqueryslidemenu"> tag. The css is:
[CODE]
#menue {
background: #17a;
padding: 5px;
font: normal 0.8em Verdana, sans-serif;
}
#menue li {
font-weight:bold;
display: inline;
}
#menue a {
text-decoration: none;
margin: 5px;
color: white;
background: #39c;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 10px solid #fc0;
}
#menue a:hover {
text-decoration: none;
margin: 5px;
color: white;
background: #3366FF;
border-width: 1px;
border-style: solid;
border-color: #5bd #035 #068 #6cf;
border-left: 10px solid #fc0;
}
[CODE]
So what's wrong?![]()



Reply With Quote

Bookmarks