Closed
Bug 275961
Opened 20 years ago
Closed 20 years ago
wrong colors in menu
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: sdb386, Unassigned)
References
()
Details
Attachments
(1 file)
|
161.16 KB,
image/jpeg
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.5) Gecko/20041217 IE uses while color for menu while Mozilla uses orange. Reproducible: Always Steps to Reproduce: 1. go www.elsite.ru 2. Look for menu color 3. Actual Results: Menu draws in red color Expected Results: IE draws this menu in whilte color
Comment 1•20 years ago
|
||
A {
font-family: "Verdana";
font-size: 10pt;
text-decoration: none;
color: #780000; }
We're coloring exactly as the CSS says to do.Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
| Reporter | ||
Comment 2•20 years ago
|
||
| Reporter | ||
Comment 3•20 years ago
|
||
TD.MENU {
padding: 0px;
margin: 0px;
background-color: #4B588A;
border-bottom: solid 1px #27325C;
height: 22px;
font: bolder 10pt;
color: white;
vertical-align: center; }
Why Mozilla do not use this code ?Status: RESOLVED → UNCONFIRMED
Resolution: INVALID → ---
Comment 4•20 years ago
|
||
It does. That's why the "Iskat'" text next to the textfield is white. But the part you've drawn a red border around (the part that's a darkish red in Mozilla) is not inside a TD.MENU.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•