PDA

View Full Version : Mini Mods - shadow links in forum


Donavaz
03-29-2012, 10:00 PM
hi all

this is an easy way to shadow all links in your forum when u move ur mouse on a link.

( sorry for my bad english :D )

just go to additional.css

then add this code bellow all codes :

a:hover {
text-decoration: none;
color: #06A3D0;
text-shadow: #292929 0px -1px 3px;
}

enjoy !

Emeralda
03-30-2012, 12:34 PM
Rawr, nice. Though the current settings make kind of a mess, I'd suggest using this setting:

text-shadow: #C6C6C6 0px 2px 2px;

HHelp1
03-30-2012, 12:50 PM
Do you have any SS ? Or Demo please?

Donavaz
03-30-2012, 04:01 PM
its better test it yourself

before u move mouse on a link its linke have defult color

when u move mouse on a link its color change.

i add 2 screet shot 4 you

u can try Emeralda code too

live demo : www.weblogcity.ir

move mouse on forum categories

farazfaraz
04-02-2012, 08:07 AM
not work!
why?!

westbam666
04-02-2012, 02:52 PM
not work!

Donavaz
04-03-2012, 05:19 PM
it works with firefox fine.

its dosnt work with IE

Dr.osamA
04-30-2012, 01:00 PM
good work

i thing you need other code to work in IE FF and chrome
i try it later
thank you

alghzil
05-15-2012, 11:07 AM
thanks it is nice