joninho Posted May 12, 2006 at 12:03 PM Report #27048 Posted May 12, 2006 at 12:03 PM Boas, eu tenho uma cor dos links difrente da cor normal e um rollover difrente tb, mas isso é para todos os links. o meu problema é que eu tenho um link que está numa zona que a cor normal das hiperligações nao é adquada porque nao se vê nada... :\ e entao eu queria criar outro estilo de cores de hiperligações assim nakele texto fikava cm uma cor e no outro fikava cm outra, dá para fazer isso? Cumps... [glow=red,2,300]JoNiNhO[/glow]
Ped@ntilva Posted May 12, 2006 at 01:47 PM Report #27075 Posted May 12, 2006 at 01:47 PM Claro que sim, isso tem a ver com CSS e não PHP mas é simples. Tal como crias para os simples links. a:link, a:visited, a:hover, a:active Só que dás-lhe outro nome: lla:link, lla:visited, lla:hover, lla:active
joninho Posted May 12, 2006 at 02:33 PM Author Report #27083 Posted May 12, 2006 at 02:33 PM ah XD 😉😄 :D e depois meto <span class="lla"><a href="lool">ola</a></span> neh? XD
Ped@ntilva Posted May 12, 2006 at 02:35 PM Report #27084 Posted May 12, 2006 at 02:35 PM Não <a href="index.php" class="lla">Inicio</a>
joninho Posted May 12, 2006 at 04:15 PM Author Report #27103 Posted May 12, 2006 at 04:15 PM ok 😉 e isto: o k eh?? text-decoration: none;
joninho Posted May 12, 2006 at 04:56 PM Author Report #27107 Posted May 12, 2006 at 04:56 PM depois responde ao post anterior, e agora a cena que me dissest nao dá.. :\ eu tenho isto: <a href="#3" class="lol">lol</a> e lá em cima tenho isto: lol:link{ text-decoration: none; color:#0000CC; } lol:visited{ text-decoration: none; color:#0000CC; } lol:hover { text-decoration: none; color: #35EB17; } lol:active { text-decoration: none; color:#0000CC; } e a cor da hiperligação fica igual às outras.. :\
Ped@ntilva Posted May 12, 2006 at 09:09 PM Report #27138 Posted May 12, 2006 at 09:09 PM ok 😉 e isto: o k eh?? text-decoration: none; Isso é para não aprecer sublinhado. depois responde ao post anterior, e agora a cena que me dissest nao dá.. :\ eu tenho isto: <a href="#3" class="lol">lol</a> e lá em cima tenho isto: lol:link{ text-decoration: none; color:#0000CC; } lol:visited{ text-decoration: none; color:#0000CC; } lol:hover { text-decoration: none; color: #35EB17; } lol:active { text-decoration: none; color:#0000CC; } e a cor da hiperligação fica igual às outras.. :\ Tens de por o ponto: .lol:link{ text-decoration: none; color:#0000CC; } .lol:visited{ text-decoration: none; color:#0000CC; } .lol:hover { text-decoration: none; color: #35EB17; } .lol:active { text-decoration: none; color:#0000CC; }
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now