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 |
Jump to:
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?
| Attachment | Size |
|---|---|
| IE6_bad.jpg | 10.17 KB |
| Firefox_good.jpg | 10.53 KB |

#1
#2
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
Could this be the problem?
http://davidherron.com/content/drupal-layout-mysteriously-broken-interne...
#4
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
Here's the solution. In the file style.css, add the following line below the #title-group entry:
#title-group img {float:left;}