a:hover problem
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; }
Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.