Closed (fixed)
Project:
Nitobe
Version:
6.x-4.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2009 at 20:17 UTC
Updated:
6 Nov 2010 at 22:40 UTC
Jump to comment: Most recent
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?
| Comment | File | Size | Author |
|---|---|---|---|
| Firefox_good.jpg | 10.53 KB | shaundychko | |
| IE6_bad.jpg | 10.17 KB | shaundychko |
Comments
Comment #1
shaundychkoComment #2
adamscottmartin commentedIssue 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.
Comment #3
kscott22 commentedCould this be the problem?
http://davidherron.com/content/drupal-layout-mysteriously-broken-interne...
Comment #4
shaundychkoThanks for trying, but I have the "aggragate CSS" enabled, so this is not a problem with the IE limit of 30 css stylesheets.
Comment #5
shaundychkoHere's the solution. In the file style.css, add the following line below the #title-group entry:
#title-group img {float:left;}Comment #6
Anonymous (not verified) commentedThis change is committed in
style.cssv 1.1.2.4, but I don't have the ability to test in the problem browsers.