need help adding individual icons as list item bullets for navigation
hi all,
i want to use the list-style-image property to add icons for my navigation tabs. i have individual icons for home, about, tour, etc.
near as i can figure out, i would make the declaration like so:
.menu-item menu-item-type-post_type menu-item-object-page menu-item-82 {list-style-image:url[fullPathtoHOMEicon1Here]; float:left;}
and
.menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-37 current_page_item menu-item-82 {list-style-image:url[fullPathtoHOMEicon2Here]; float:left;}
two questions:
1. does the item designation *really* have to be that long? and,
2. what would it be for the rollover focus state?
Bookmarks