views:

71

answers:

2

I am using jquery to highlight on hover, but it highlights entire div instead of just text. I tried using an "a tag" but do not want a reference link obviously. im sure this is simple, but im wasting too much time on trial and error. tia

+2  A: 

You should use an inline tag like <span>

nickf
+2  A: 

Wrap the text in a span then highlight that.

Daniel A. White