有没有可能使用 css 在 IE8 上设置 title="title description" 的样式?不使用jQuery?就像是:
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;
}