Closed
Bug 468078
Opened 17 years ago
Closed 17 years ago
border color in IE7 run normaly, but firefox is gray scale
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 210917
People
(Reporter: rodrigovitae, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; pt-BR; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.2; pt-BR; rv:1.9.0.4) Gecko/2008102920 Firefox/3.0.4
BORDER COLOR RUN IN IE7
bordercolorlight="#99CCFF" bordercolordark="#99CCFF"
NOT IN FIREFOX
code:
<html>
<head>
<meta http-equiv="Content-Language" content="pt-br">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Seu Cadastro foi efetivado</title>
</head>
<body bgcolor="#0066CC">
<table border="3" width="100%" height="198" cellspacing="0" cellpadding="29" bordercolorlight="#99CCFF" bordercolordark="#99CCFF" bgcolor="#CCFFFF">
<tr>
<td>
<p align="center"><font face="Verdana" size="2" color="#006699">Seu
Cadastro foi efetivado. Um e-mail foi enviado para você ativar sua
conta, sem ele você não terá total acesso aos recursos do site.</font></p>
<p align="center"><font face="Verdana" size="2" color="#006699">Agora
você ja pode começar a inserir suas fotos.</font></p>
<p align="center">
<font face="Verdana" color="#006699" style="font-size: 8pt">
<a href="envfotos.php">Clique aqui se deseja começar a inserir fotos
agora.</a></font><font face="Verdana" size="1" color="#006699"><br>
<br>
</font><font face="Verdana" color="#006699" style="font-size: 8pt">
<a href="index.htm">Clique aqui se deseja fazer isso outra hora.</a></font></td>
</tr>
</table>
</body>
</html>
Reproducible: Always
Steps to Reproduce:
1. Only run code in html page
Actual Results:
TABLE BORDER COLOR IN FIREFOX IS GRAY, INSTEAD BLUE
Expected Results:
TABLE BORDER COLOR BLUE EXPECTED
Comment 1•17 years ago
|
||
Please give a testcase attached to this bug that shows this issue. https://developer.mozilla.org/en/Reducing_testcases
Version: unspecified → 3.0 Branch
Status: UNCONFIRMED → RESOLVED
Closed: 17 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•