Make WordPress Core

Opened 14 years ago

Closed 14 years ago

Last modified 14 years ago

#14883 closed defect (bug) (fixed)

Header of Twenty Ten moved to right in IE9 beta

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

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

Download all attachments as: .zip

Change History (9)

#1 @hakre
14 years ago

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

#2 @c3mdigital
14 years ago

Changing #branding img from display:block; to display:inline; fixes the shifting of the header img.

#3 @hmemcpy
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;

}

#4 @iandstewart
14 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.

#5 @ryan
14 years ago

  • Milestone changed from Awaiting Review to 3.1

#6 @ryan
14 years ago

  • Milestone changed from 3.1 to WordPress.org site

#7 @ryan
14 years ago

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

#8 @nacin
14 years ago

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

Note: See TracTickets for help on using tickets.