Closed
Bug 267021
Opened 20 years ago
Closed 20 years ago
Color of table borders incorrect and differs from Internet Explorer
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: karl, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Please compare the color of the borders of the following website:
www.germantrains.com. In IE it correctly shows orange, in Firefox the color is
dark gray.
Reproducible: Always
Steps to Reproduce:
1. Go to IE and enter URL www.germantrains.com - border color is orange
2. Go to Firefox and enter same URL - border color is gray
3.
Actual Results:
1. border color is orange (as it should be)
2. border color is gray (wrong color)
Expected Results:
Border color orange
Comment 1•20 years ago
|
||
<table border="3" bordercolorlight="#FFCC99" bordercolordark="#FF9966"
width="788" height="55">
This is IE-only code that we do not support. Use CSS to set your border.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•