How to implement a rollover graphic, need help…
-
Heya – so I’m working on this site: https://jen-novak-consulting.theportlandco.com
And the image that appears in the upper left should swap when the user navigates over the different categories (which are listed in the middle column). Normally I would enter my mouseover/mouseout code straight into my “a” tag, like so:
<a href="#" mouseover="" mouseout="">example</a>
But the code that produces those links/list items is this:
<?php wp_list_categories('&title_li='); ?>
So I’m not sure how to implement that code? Or if maybe there is an alternative?
Help! Thanks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to implement a rollover graphic, need help…’ is closed to new replies.