Opened 18 years ago
Closed 18 years ago
#6200 closed defect (bug) (fixed)
Admin Color Scheme option not shown on MSIE
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 2.5 | Priority: | normal |
| Severity: | trivial | Version: | 2.5 |
| Component: | Administration | Keywords: | css msie6 |
| Focuses: | Cc: |
Description
See attached sshot: the "Admin Color Scheme" cells are not shown on MSIE6 (this browser does not render empty <td>'s, needs to contain at least a or a transparent pixel.
Something like
.form-table table.color-palette td {
font-size:1px;
line-height:1px;
}
along with <td> </td> looks the same in Opera9.24 MSIE6 and FF2. A minor glitch on Opera is that cells are not spaced though (see 2nd screenshot), which I couldnt fix (even a hardcoded cellspacing="3" doesnt work, wtf)
(btw, I'm assigning this to Matt Thomas because I guess it would end up into his basket, I hope I'm not doing wrong doing so)
Attachments (3)
Change History (6)
Note: See
TracTickets for help on using
tickets.
Empty cells on MSIE6