How to break up menu area’s. . .
-
Right now, all the menu sections are just “< ul >< li >” elements.
I need to change this, but I can’t find “get_links_list()” or any of the other functions in that area so that I can get rid of the “< ul >< li >” stuff. I want to move it to a <dl>
<dt></dt>
<dd></dd>
<dd></dd>
</dl>
type of list so that I can seperate the Title from the elements and then also apply backgrounds to the top and bottm so that I can make boxes like so:
https://www.alistapart.com/articles/mountaintop/
Can anyone help me do this? Where do I find those functions? Is there an easier way to do this?
Thanks,
RDS
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘How to break up menu area’s. . .’ is closed to new replies.