Log in

View Full Version : Hover Links and Image Effect


krvaricp
11-04-2005, 10:00 PM
Simple template modification. Make your links more funny.

Open Admin CP >>> Style Manager >>> choose a style and go to the Main CSS.

In the Additional CSS Definitions, paste that code at the begin of it.

a:hover{
text-decoration: none;
color: #6699cc;
background: url(hoverlinks.gif);
background-position: bottom bottom;
}

Upload the file hoverlinks.gif I attached to your forum root. Then see the effect of it.

Snake
11-05-2005, 02:40 PM
This is nice. Thanks! :D

SnowBot
11-05-2005, 08:28 PM
that just messed my header up..... lol

dan35
11-06-2005, 07:29 AM
Installed! Thx!

TygerTyger
11-06-2005, 03:45 PM
I think this would work much better as BBCode, personally.

Xplorer4x4
11-06-2005, 04:19 PM
Screen shot?