Behaviour change property

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
 
J

Jens Peter Karlsen[FP MVP]

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

Regards Jens Peter Karlsen. Microsoft MVP - Frontpage.
 
Top