Logo position problem with IE6 and IE7

checkmark - September 30, 2009 - 20:17
Project:Nitobe
Version:6.x-4.1
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

Hello, with IE6 the logo is positioned on a line by itself above the site title, whereas with Firefox and Chrome it is properly positioned inline with the title. Screenshots attached. Can this be fixed?

AttachmentSize
IE6_bad.jpg10.17 KB
Firefox_good.jpg10.53 KB

#1

checkmark - October 1, 2009 - 00:14
Title:Logo position problem with IE6» Logo position problem with IE6 and IE7

#2

adamscottmartin - October 12, 2009 - 15:46

Issue also occurs in IE8. I too would be interested to know what causes/how to fix this issue. Looks like elements are already set to margin: 0; and I don't see anything else in the CSS that would make this occur.

#3

kscott22 - October 12, 2009 - 15:57

#4

checkmark - October 13, 2009 - 16:08

Thanks for trying, but I have the "aggragate CSS" enabled, so this is not a problem with the IE limit of 30 css stylesheets.

#5

checkmark - November 27, 2009 - 05:19

Here's the solution. In the file style.css, add the following line below the #title-group entry:

#title-group img {float:left;}

 
 

Drupal is a registered trademark of Dries Buytaert.