• I’m still a bit new with the TwentyTen theme and I’m wondering how to use image replacement in my menu div instead of text. I have my own formula using CSS but it’s different than the default classes that come from the menu div. So does anyone know of an effective tutorial on how this works?

Viewing 4 replies - 16 through 19 (of 19 total)
  • Esmi, it’s people like you that make the web go round. Thanks so much.
    Don’t know if it will help anyone else but this was my final solution on the active links:

    #access ul li.current-menu-item.page-item-10 > a,#access ul li.current-menu-item.page-item-10 > a:hover,#access ul li.current-menu-item.page-item-10 > a:active {
    	background-position: -700px center;
    	cursor: default;
    }

    Glad to hear that you got it working ??

    esmi,
    I could kiss you. That was PERFECT. I tried so many different things. I had given up hope.

    to add just a little bit more info, using Firebug you can figure out what the current page item is for each menu item. So for wambamboo he needed to use #access ul li.current-menu-item.page-item-10 But that will change for every page.

    So the only part of the code that will really work universally is
    #access ul li.current-menu-item.page-item-XX

    Change XX to your current page number.

    databell96,
    I think there should be a special kind of punishment for people who ask a question on a support forum, find an answer on their own, let everyone know they found an answer AND THEN DON’T SHARE THE ANSWER. [head-slap]

    databell96 did post a link but he forgot to give it a readable name so it’s not visible. Here is the link again. Scroll down to the comments section to find the same solution as described here.

Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘TwentyTen: Using image replacement for menu div?’ is closed to new replies.