I'm using the style tags to make all my links italics ( a { font-style:italic } ) and on mouse over i want it to be un-italiced, but i don't remember how. Help?
I'm using the style tags to make all my links italics ( a { font-style:italic } ) and on mouse over i want it to be un-italiced, but i don't remember how. Help?
AndyB posted this at 02:34 — 26th July 2001.
They have: 344 posts
Joined: Aug 1999
a:hover {font-style: normal; }