Opened 16 years ago
Closed 16 years ago
#13348 closed defect (bug) (fixed)
IE 7 nav menu admin styling broken
| Reported by: | ocean90 | Owned by: | koopersmith |
|---|---|---|---|
| Priority: | high | Milestone: | 3.0 |
| Component: | Menus | Version: | 3.0 |
| Severity: | blocker | Keywords: | has-patch |
| Cc: | Focuses: |
Description
There are some issues under IE 7.
Attachments (4)
Change History (16)
#3
@
16 years ago
I don't think you should be adding those unsemantic "clear" divs, especially as the clearfix CSS hack has no effect on IE anyways.
#5
follow-up:
↓ 6
@
16 years ago
Fixes for IE6 & 7 CSS should go to ie.css which is conditionally loaded, no need for css hacks in the main stylesheet.
#6
in reply to: ↑ 5
@
16 years ago
Replying to azaozz:
Fixes for IE6 & 7 CSS should go to ie.css which is conditionally loaded, no need for css hacks in the main stylesheet.
For IE 6 yes, but not for IE 7. <!--[if lte IE 7]> is only for IE 6.
#7
@
16 years ago
I added a new patch without unsemantic "clear" divs. Only CSS and one fix in nav-menu.php.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
use IE 7 selector instead of JS detection