Firefox PHP

mouceover topic

Posted by Michael Horton 
mouceover topic
November 04, 2002 01:48AM
How can I get a mouseover effect like this site?

[www.postforum.com]

Thanks..
Re: mouceover topic
November 05, 2002 02:46PM
Add this in your header.php, into the <head></head> tags:

<style type="text/css">
<!--
a:link { font-weight : bold; text-decoration: none}
a:actif { font-weight : bold; text-decoration: none}
a:visited { font-weight : bold; text-decoration: none}
a:hover { color : #AAAAAA; font-weight : bold; text-decoration: none}
-->
</style>

(modify #AAAAAA with your color)

Marc
Re: mouceover topic
November 06, 2002 01:09PM
Thanks Mark. Worked GREAT.
Sorry, you do not have permission to post/reply in this forum.