Quote:
Originally Posted by Excavator
Hello legendrock7,
Your ul menu is not formed correctly to be a dropdown. It should be more like this -
Code:
<ul>
<li>Linky</li>
<li>Linky</li>
<li>Linky
<ul>
<li>dropped Linky</li>
<li>dropped Linky</li>
<li>dropped Linky</li>
</ul>
</li>
<li>Linky</li>
<li>Linky</li>
</ul>
Look at a demo of mine of a CSS dropdown menu here.
|
Quote:
Originally Posted by Excavator
Did you look at the demo? Click on the Preview/Markup/CSS links in the upper right, it shows you exactly how to do it. Pretty much all you'd have to do is change out the anchor links/text and adjust your sizes to suit.
|
When i try to add the
Code:
<li><a href="#">Linky</a></li>
<li><a href="#">Linky</a></li>
<li><a href="#">Linky</a></li>
<li><a href="#">Linky</a></li>
<li><a href="#">Linky</a></li>
<li><a href="#">Linky</a></li>
my whole design/nav bar gets mixed up.