Opened 17 years ago
Closed 17 years ago
#8447 closed defect (bug) (fixed)
Dashboard UI issues on IE6
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.7 | Priority: | normal |
| Severity: | normal | Version: | 2.7 |
| Component: | UI | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Two issues on the dashboard in IE6. First: the new post button. Second the "screen options" don't appear. See attached.
Attachments (4)
Change History (10)
#3
follow-up:
↓ 4
@
17 years ago
- Resolution fixed deleted
- Status changed from closed to reopened
The new post button still has the same issue as seen in the screenshot.
#4
in reply to:
↑ 3
@
17 years ago
Replying to FFEMTcJ:
The new post button still has the same issue as seen in the screenshot.
In this particular case only GIF files will help - IE6 does not support PNG transparency and filter: progid:DXImageTransform.Microsoft.AlphaImageLoader won't help here as background-position (well, you can move it as it is absolutely positioned and thus emulate background-position, but that vertical bar in the image spoils everything: the container needs setting overflow: hidden to suppress it, but it breaks the drop-down menu).
I am attaching the patch that works.
(In [10017]) Fix footer in IE7, Screen Options in IE6, fixes #8447, fixes #8457