obamaself Posted June 4, 2012 at 10:45 AM Report Share #460226 Posted June 4, 2012 at 10:45 AM Boas, no Internet explorer as minhas hiperligações ficam em azul, e quando carrego ficam lilás. Há alguma maneira de retirar isso? http://img6.imageshack.us/img6/2824/portalpj.jpg Código: <a href=\"visitasEmCurso.php?numero_visitante=".$numero."\"><img src=\"../images/Sair.png\" alt=\"Excluir\" title=\"Excluir\"></a> Link to comment Share on other sites More sharing options...
PF2G Posted June 4, 2012 at 10:48 AM Report Share #460228 Posted June 4, 2012 at 10:48 AM (edited) Usa css no <head> ou numa stylesheet : a { color:#FFFFFFF; text-decoration:none; } a:hover { color:#FFFFFF; text-decoration:underline; } Edited June 4, 2012 at 10:48 AM by PF2G Link to comment Share on other sites More sharing options...
obamaself Posted June 4, 2012 at 01:16 PM Author Report Share #460257 Posted June 4, 2012 at 01:16 PM (edited) Não funcionou. Pus: .estilo { color:#FFFFFFF; text-decoration:none; } estilo:hover { color:#FFFFFF; text-decoration:underline; } e na imagem: echo "<a class=\"estilo\" href=\"teste.php?numero_visitante=".$numero."\"><img src=\"../images/Sair.png\" alt=\"Excluir\" title=\"Excluir\"></a>"; Edited June 5, 2012 at 07:06 AM by brunoais geshi! Link to comment Share on other sites More sharing options...
HappyHippyHippo Posted June 4, 2012 at 01:18 PM Report Share #460258 Posted June 4, 2012 at 01:18 PM a.estilo img { border: 0; } IRC : sim, é algo que ainda existe >> #p@p Portugol Plus Link to comment Share on other sites More sharing options...
obamaself Posted June 4, 2012 at 01:23 PM Author Report Share #460260 Posted June 4, 2012 at 01:23 PM Já resolvi: <img src=\"../images/Sair.png\" border=\"0\" alt=\"Excluir\" title=\"Excluir\"> É só meter border=0 🙂 Obrigada. Link to comment Share on other sites More sharing options...
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