amanda.ransburgh-ohioattorneygeneral
-
4/17/2009 10:14:44 AM
CSS List Menu Style Issue
I am using the CSS list menu and I need to insert a style within the secona <ul> tag.
Here is the code I have: <ul id="menuElem"> <li class="menuhdr expand"><a href="/files/Forms" >Forms</a></li> <ul> <li><a href="/files/Publications/Form1" >Form 1</a></li> </ul> <li class="menuhdr expand"><a href="/files/Publications" >Publications</a> <ul> <li><a href="/files/Publications/Pub1" >Pub 1</a></li> <li><a href="/files/Publications/Pub2" >Pub 2</a></li> </ul> </li> <li class="menuhdr expand"><a href="/files/Reports" >Reports</a> <ul> <li><a href="/files/Reports/Report1" >Report 1</a></li> <li><a href="/files/Reports/Report2" >Report 2</a></li> </ul> </li> </ul>
As I said, I need the second <ul> tags (the <ul> tags under Files, Publications, and Reports) to have a style.
How do I accomplish this?
|