DeeKilleer Postado Março 30, 2009 Denunciar Share Postado Março 30, 2009 No Internet ele fica certo, mas no Mozilla Fica Horrível... Alguém me ajuda..Coloquem uma imagem la no endereço para vocês verem<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <STYLE TYPE="text/css"> <!-- A.lnkdois:link {color: blue; text-decoration:none;} A.lnkdois:visited {color: blue; text-decoration:none;} A.lnkdois:hover {color:red; text-decoration:none;} A.lnkdois:active {color: blue; text-decoration:none;} --> .style1 {color: #0000FF} .style1 {color: #0000FF} </STYLE> <style type="text/css"> <!-- #botoes { margin-top:5px; font-family: verdana; width:789px; background-color:#FFFFFF; border: groove 1px lightblue; } #botoes td { height: 15px; border: groove 1px lightblue;} #botoes a { font-size:12px; margin-left:5px; font-weight:bold; color: 666; text-decoration:none; display:table; } #botoes a:hover {color:white;} --> </style> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <table width="789" height="313" border="0" cellpadding="0" cellspacing="0" align="center"> <tr> <td width="789" height="313" valign="top"><div align="center"> <table width="789" border="0" cellspacing="0" cellpadding="0"> <tr bgcolor="#000066"> <td width="789" height="23"><font color='white' size='2' face='verdana'> <center> <b>Serviços On Line</b> </center> </font></td> </tr> </table> <br /> <table width="789" height="350" cellpadding="10" cellspacing="10" border='0' id="botoes"> <tr> <td width="241" align="center" id='x'><font color='black' size='2' face='verdana'><a href="#" class="lnkdois" onmouseenter="x.style.backgroundColor='lightblue';" onmouseleave="x.style.backgroundColor='#FFFFFF'"><img src="imagens/SplashSigla.jpg" width="212" height="77" class="lnkdois" border="0"/><br /> <br /> Suporte Sigla</a></font></td> <td width="232" height="162" align="center" id='a'> <p><font color='black' size='2' face='verdana'><a href="#" class="lnkdois" onmouseenter="a.style.backgroundColor='lightblue';" onmouseleave="a.style.backgroundColor='#FFFFFF'"><img src="imagens/sac_sigla.gif" width="152" height="112" border='0' /><br /> <br /> Sac - Chat On-line</a><br /> </font></p> </td> <td width="208" align="center" id='y'><font color='black' size='2' face='verdana'><a href="#" target='site' class='lnkdois' onmouseenter="y.style.backgroundColor='lightblue';" onmouseleave="y.style.backgroundColor='#FFFFFF'"><img src="imagens/224.gif" width="101" height="91" border='0' /><br /> <br /> Ordens de Serviço em Aberto</a></font></td> </tr> <tr> <td height="154" align="center" id='c'><a href="#" target="site" class="lnkdois" onmouseenter="c.style.backgroundColor='lightblue';" onmouseleave="c.style.backgroundColor='#FFFFFF'"><img src="imagens/chamado_tecnico.gif" alt="" width="129" height="88" border="0" class="lnkdois"/><br /> <br /> <font size='2' face='verdana'>Chamado Técnico</font></a></td> <td align="center" id='z'> <font size='2' face='verdana' color="#0000FF"> </font><font color='black' size='2' face='verdana'><a href="#" target="_blank" class="lnkdois" onmouseenter="z.style.backgroundColor='lightblue';" onmouseleave="z.style.backgroundColor='#FFFFFF'"><img src="imagens/carrinho5.gif" width="119" height="104" border="0" /><br /> <br /> Loja Virtual - Comércio Eletrônico</a></font><font size='2' face='verdana' color="#0000FF"><br /> </font></td> <td align="center"><font color='blue' size='2' face='verdana'><img src="imagens/Untitled-1.jpg" width="111" height="91" /><br /> <br /> Visualize Salcam ao Vivo </font></td> </tr> </table> </div></td> </tr> </table> </body> </html>Obrigadoo! Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 _Cristiano_ Postado Março 30, 2009 Denunciar Share Postado Março 30, 2009 Bom, se o problema é estetica, visual, única diferença que vi aparentemente foi o fundo lightblue que não funciona no Firefox.Fiz teste com seu código usando Firefox 3.0.8, Internet Explorer 6.0.29 e Safari 4 Public Beta. No Safari também não apareceu o azul de fundo.Problema pode estar em "onmouseenter="c.style.backgroundColor='lightblue'" que deve somente funcionar no I.E.Abraços. Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 MuseBr.com Postado Abril 2, 2009 Denunciar Share Postado Abril 2, 2009 Eu tive esse problema."onmouseenter="c.style.backgroundColor='lightblue'" o seguinte. troque o c.style.backgroundColor por document.getelementbyid('c').style.backgroundColorficará "onmouseenter="document.getelementbyid('c').style.backgroundColor='lightblue'"assim deverá funcionar em qualquer navegador. Se não der certo, em vez de onmouseenter use onmouseoverficará "onmouseover="document.getelementbyid('c').style.backgroundColor='lightblue'"se mesmo assim não funcionar, outro problema pode ser o lightblue. troque por #ADD8E6"onmouseover="document.getelementbyid('c').style.backgroundColor='#ADD8E6'" Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 DeeKilleer Postado Abril 15, 2009 Autor Denunciar Share Postado Abril 15, 2009 (editado) Obrigado a todos. Vou fazer os testes!Não funcionou galera.. ! Editado Abril 15, 2009 por DeeKilleer Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 _Cristiano_ Postado Abril 16, 2009 Denunciar Share Postado Abril 16, 2009 Posta as modificações que você fez.Quais os navegadores que você está usando e sua versão?Abraços. Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 DeeKilleer Postado Abril 16, 2009 Autor Denunciar Share Postado Abril 16, 2009 Eu fiz as modificações que os outros usuários me falaram.Depois voltei ao normal, como está postado no código acima.Eu uso o IE 6, e IE 7 e Mozilla Firefox 3.Obrigado a todos. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
DeeKilleer
No Internet ele fica certo, mas no Mozilla Fica Horrível... Alguém me ajuda..
Coloquem uma imagem la no endereço para vocês verem
Obrigadoo!
Link para o comentário
Compartilhar em outros sites
5 respostass a esta questão
Posts Recomendados
Participe da discussão
Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.