#14883 closed defect (bug) (fixed)
Header of Twenty Ten moved to right in IE9 beta
Reported by: | dimadin | Owned by: | |
---|---|---|---|
Milestone: | WordPress.org | Priority: | normal |
Severity: | normal | Version: | 3.0.1 |
Component: | Themes | Keywords: | |
Focuses: | Cc: |
Description
Without use of compatibility view.
Attachments (1)
Change History (9)
#2
@
14 years ago
Changing #branding img from display:block; to display:inline; fixes the shifting of the header img.
#3
@
14 years ago
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;
}
Note: See
TracTickets for help on using
tickets.
Maybe something to report at the microsoft IE9 beta development site if there is any?