General Community > HTML/CSS
Add submenu to menu
max_cool:
Hey guys, I too have an issue with a menu. I'm trying to add a submenu under "Medical Scales" but I just can't do it with the submenu items hidden until a mouseover on "Medical Scales".
HTML section in question follows:
<div class="navigation">
<ul id="nav" class="dropdown dropdown-linear dropdown-columnar">
<li><a href="index.html">Home</a></li>
<li><a href="#">About Us</a></li>
<li class="dir"><a href="#">Categories</a>
<ul class="pad">
<li class="clear"><a href="#">Medical Scales</a></li>
<li class="clear"><a href="#">Industrial Scales</a></li>
<li class="clear"><a href="#">Retail Scales</a></li>
<li class="clear"><a href="#">Indicators</a></li>
<li class="clear"><a href="#">Laboratory Scales</a></li>
</ul>
</li>
CSS file attached ... I've tried pretty much everything I can think of and have trawled the net for the answer; I've come to the conclusion I'm missing something either very simple or I'm jinxed - any help would be very much appreciated.
Many thanks to you all :)
Navigation
[0] Message Index
[*] Previous page
Go to full version