Is there any way to customize the appearance of the little tooltips displayed when using the "title" attribute without having to use any kind of scripts? My friend just had me add mouse-over topic previews to his board (ie you hover over the link for a topic and it displays the first 128 characters of the first message in that topic) via the title attribute, and now he would like to know if it's possible to customize the appearance of this to match the colors of his board a bit. I figured it would be a simple addition to the stylesheet, but no matter what I do, I can't get it to work. I've tried both color and background-color properties for a:hover title and a:title but it always appears the same. Is it possible to do this using just CSS or do I have to create custom tooltips with javascript? It's not really a big deal, but I thought it would make the forum look a little nicer.