Behaviour change property

  • Thread starter Thread starter chill888
  • Start date Start date
C

chill888

Hi,

I am trying to add behaviours to some hyperlinked text.

The behaviour is to change the font color and make it italic on
"MouseOver"

I have a table column with several rows, with a link in each row.

I name the hyperlink by naming the span it is in, I add the behaviour
by changing property, but it only sometimes works. For some links it
adds italics, for some it changes colors, for some it does both, for
some it does neither. very confused. Doing the exact same step but
getting varying results. Any advice?

thanks

chill8882hotmail.com
 
Use CSS instead to accomplish.
a:hover { settings here }

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 

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