Posts: 3,985
Name: Abel Mohler
Location: Asheville, North Carolina USA
|
Normally the method of building a dropdown begins with nesting an unordered list inside of another unordered list. Since your menu is already a <ul>, you can build another <ul><li></li></ul> inside of the services <li>, right before or after the <a>Services</a>. Then, by targeting this list with rules like ul ul, or ul ul li, you can give it seperate styles without even needing to name it something differently. I recommend Son-of-Suckerfish style dropdowns.
Last edited by wayfarer07; 05-08-2008 at 02:24 PM..
|