#14883 closed defect (bug) (fixed)
Header of Twenty Ten moved to right in IE9 beta
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | WordPress.org |
| Component: | Themes | Version: | 3.0.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Without use of compatibility view.
Attachments (1)
Change History (9)
comment:2
c3mdigital — 3 years ago
Changing #branding img from display:block; to display:inline; fixes the shifting of the header img.
I also encountered this, and I implemented the fix as suggested. However, there's a white space now between the image and the "access" div.
To fix it, add the following directly below the #branding img block:
#branding {
line-height: 0;
}
iandstewart — 3 years ago
comment:4
iandstewart — 3 years ago
I've attached a diff that floats the header image left for a LTR view and right in RTL. It corrects the display issue with IE9 and looks as expected in IE6/7/8, Opera, Safari, and Firefox.
Note: See
TracTickets for help on using
tickets.

Maybe something to report at the microsoft IE9 beta development site if there is any?