Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#14883 closed defect (bug) (fixed)

Header of Twenty Ten moved to right in IE9 beta

Reported by: dimadin 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)

r15634-header-image-floating.diff (567 bytes) - added by iandstewart 3 years ago.

Download all attachments as: .zip

Change History (9)

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

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;

}

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.

comment:5   ryan3 years ago

  • Milestone changed from Awaiting Review to 3.1

comment:6   ryan3 years ago

  • Milestone changed from 3.1 to WordPress.org site

comment:7   ryan3 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [15784]) Fix header positioning in IE9. Props iandstewart. fixes #14883 for 3.0.

Note: See TracTickets for help on using tickets.