The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

creating shadows in links

4 posters

Go down

creating shadows in links Empty creating shadows in links

Post by tamilparks November 3rd 2010, 8:58 am

how to create shadows in latest topics and in links section? is there any script or css code for this if any please help me
avatar
tamilparks
Forumember

Posts : 143
Reputation : 5
Language : Tamil

Back to top Go down

creating shadows in links Empty Re: creating shadows in links

Post by EverEffects November 5th 2010, 7:04 pm

If you're talking about links you click then leave a different color, then add this too your CSS.

Code:
a:visited
{
color: #(color here)
}

If you want hovers..

Code:
a:hover
{
color: #{color here)
}
EverEffects
EverEffects
Forumember

Posts : 105
Reputation : 1
Language : English

Back to top Go down

creating shadows in links Empty Re: creating shadows in links

Post by Guest November 5th 2010, 7:06 pm

Code:
a:link,a:active,a:visited {
        padding: 0px;
    text-shadow: 1px 1px 1px #111;
    color: #UR COLOR HERE;
    text-decoration: none;
    }

a:hover{
   padding: 0px;
   text-shadow: -1px -1px 1px #000;
   text-decoration: none !important;
   color: UR COLOR HERE;
    }

Put this in you CSS and change "UR COLOR HERE" with the color (:
avatar
Guest
Guest


Back to top Go down

creating shadows in links Empty Re: creating shadows in links

Post by EverEffects November 5th 2010, 7:10 pm

Thanks for that post, i just tested that code and it adds a nice effect. I didn't know you should have shadows. Thanks man!
EverEffects
EverEffects
Forumember

Posts : 105
Reputation : 1
Language : English

Back to top Go down

creating shadows in links Empty Re: creating shadows in links

Post by Guest November 5th 2010, 7:11 pm

Very Happy No problem man xD
avatar
Guest
Guest


Back to top Go down

creating shadows in links Empty Re: creating shadows in links

Post by -[PG]-Blacklist November 9th 2010, 5:50 am

where can iput that code??
avatar
-[PG]-Blacklist
New Member

Female Posts : 4
Reputation : 0
Language : english
Location : c/windows.system 32

http://pinoygamerz.catch-forum.com

Back to top Go down

creating shadows in links Empty Re: creating shadows in links

Post by Sanket November 9th 2010, 6:07 am

Add it to the css.

Display>Colors
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum