> Hi
> In the site http://validator.w3.org/ there is a tag <abbr> for the
> abreviation URL. When I rollover the mouse on the word "URL" a question mark
> apears beside the mouse. Is this make with css? Somebody knows this trick?
> 
> Thanks a lot and pardon me for the bad english, I'm Brazilian.

Hi, you can achieve that via the cursor: selector

abbr{
cursor:help;
}
More information: http://www.w3.org/TR/REC-CSS2/ui.html


-- 
Chris Heilmann 
Blog: http://www.wait-till-i.com
Writing: http://icant.co.uk/  
Binaries: http://www.onlinetools.org/
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to