• 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)
  • It’s an illusion. ie., current_page_item a { background-image: url(images/menu-selected.png) or just another color if you don’t use an image.

Viewing 1 replies (of 1 total)
  • The topic ‘Graphical Navigation using current_page_item’ is closed to new replies.