Graphical Navigation using current_page_item
-
Quick question — I’m using graphical navigation on my WP install — and have it displaying — I just can’t seem to figure out how to incorporate the “current_page_item” class to display what page the user is on.
Here is my CSS:
#navigation .options ul li#menu-item-27 a { background: url(‘images/menu-home.jpg’) 0 0 no-repeat; width: 92px; height: 35px; margin-right: 0px; }
#navigation .options ul li#menu-item-27 a:hover { background-position: 0px -35px; }
#navigation .options ul li#menu-item-27 a#there { background-position: 0px -70px; width: 92px; height: 35px; }I know I need to change up the line that includes the “a#there” —
Can anyone please help?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Graphical Navigation using current_page_item’ is closed to new replies.