Custom tooltip title on IE8

furine

New Member
I want to style default tooltip given by browser on IE8 preferably only from css, so how can I do that. I already read a lot articles about and till now I have nothing.So my html looks like :\[code\]<a href="http://stackoverflow.com/questions/15683888/#" title="Show this title on IE8" class="title">hover me to see the tooltip</a>\[/code\]fiddle: http://jsfiddle.net/uGudk/36/so How can I style this tooltip in order to work on IE8.
 
Back
Top