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