a: hover tag and graphics

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to highlight (eg. border changes) a graphic that is hyperlinked
when the mouse moves over itI have no problem with text but doesn't seem to
work for graphic
Thanks,
Tony
 
This should be simple. Show me your page, please, and point out where you
are trying to change the hover state.
 
a:hover is a CSS element that applies to text. "a" being the a as in <a
href="....">text</a>
a= "anchor".

To do image swaps, use javavscript/DHTML. In FP2003 there are several ways
to do this - through "Behaviours", or the DHTML feature or Interactive
Buttons.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top