The theme is not displaying properly the Title and Slogan elements when loading on IE6. If I select the text with mouse and release, they appear.. but when I scroll down, the problem repeats.
On Firefox 1.5.0.1, the problem does not occurs.
Maybe a misunderstood DIV by IE, or something similar?
| Comment | File | Size | Author |
|---|---|---|---|
| b7_bug_2.jpg | 122.58 KB | hperantunes |
Comments
Comment #1
hperantunes commentedOh, I'm using Drupal 4.7.0 beta 5. This problem didn't happened on beta 4 if I remember correctly.
=D
Comment #2
bradlis7 commentedOh yeah, I forgot about this problem. I think it's a bug in IE, and I'm not quite sure how to fix it. I'll see if I can find something.
You can fix the title, but not the slogan, by adding the following to base.css
#site-name {
height: 1%;
}
Comment #3
bradlis7 commentedOk, here's the full fix.
Comment #4
bradlis7 commentedFixed in CVS
Comment #5
(not verified) commented