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?

CommentFileSizeAuthor
b7_bug_2.jpg122.58 KBhperantunes

Comments

hperantunes’s picture

Oh, I'm using Drupal 4.7.0 beta 5. This problem didn't happened on beta 4 if I remember correctly.

=D

bradlis7’s picture

Assigned: Unassigned » bradlis7

Oh 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%;
}

bradlis7’s picture

Ok, here's the full fix.

#site-name {
  height: 1%;
}
#site-slogan {
  display: block;
  height: 1%;
}
bradlis7’s picture

Status: Active » Fixed

Fixed in CVS

Anonymous’s picture

Status: Fixed » Closed (fixed)