• I am trying to have my page links be images with a hover so I can try and do an active tag depending on what page you are on (if you are on home, the home image would have the hover state). Any help would be great.

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try googling on “CSS image replacement” and “CSS sprites”.

    If wish to make simply the image as the link that look a resource html tutorials – its will help you to understand with it.

    Thread Starter matts12290

    (@matts12290)

    I know how to make CSS image hovers, but just more specifically with WordPress and the pages.

    If you use wp_list_pages and/or wp_list_categories, you’ll find there’s a couple of classes that you can style on – current_page_item, current_page_parent, current_page_ancestor and current-cat. For hover effects, just plain ole .sidebar a:hover should work.

    Thread Starter matts12290

    (@matts12290)

    Okay thanks a lot. I’ll give it a try.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images for Page Links’ is closed to new replies.