Title attribute styles

Associate
Joined
2 Aug 2005
Posts
680
Does anyone know if it's possible to style the title attribute so when you do a mouseover on an image or some text you can style the box in CSS?

Thanks
 
Can you clarify, please? When you say 'title' I got the impression you were referring to <title>blah</title> ?

The title attribute

Code:
<h2 title="Hello There!">Titled Heading Tag</h2>


No, you can't I'm afraid. Title is an HTML attribute, not an element.

So I guess the only way to achieve the box would be some sort of javascript?
 
Back
Top Bottom