When you mouse over links in our forums you will see a graphical hovering effect. Here is the code to get this same results on your website.
Code:
a:hover, a:active { background: url(http://www.yourdomain.com/images/yourgraphic.gif); }
You must replace yourdomain with your own website address.
You must have a graphic to use for the hovering effect and change the path to that of your graphic’s path on your server.
Place this code in your css file or header tags…where ever you have your css code.




