Custom IE8 tooltip for title=“tooltip description”

adisonhardy

New Member
there is any possibility use css in order to style title="title description" on IE8? without use jQuery?something like: html\[code\]<a href="http://stackoverflow.com/questions/15829221/#" title="tooltip description">this must be a toltip</a>\[/code\]css\[code\] a[title]:hover{ background: lime; border:1px solid #eaeaea; opacity: .6; position: absolute; }\[/code\]
 
Back
Top