You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi... Is there a way for me to make a stylesheet set hover over FONT tags?
Thank's.
Rowland Shaw
unread,
Oct 4, 2001, 3:56:12 AM10/4/01
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
<font> tags have been depreciated. The :hover pseudo class only applys to <a> elements
The same effect could be achieved using <span>s and some client side scripting (i.e have onmouseover set class to one thing, and onmouseout set to another)