I have been trying to hack this problem for a long time without any success until my friend tom (the css expert) came ...

there is a problem in threecol_33_34_33_stacked.css line 22-24

.panel-3col-33-stacked .panel-col-first .inside { 
  margin: 0 .5em 1em .0;
}

and should be (.0 to 0)


.panel-3col-33-stacked .panel-col-first .inside {
margin: 0 .5em 1em 0;
}

this command isn't interpreted by ie6 nor ie7 and can make layout issues in ie.x

CommentFileSizeAuthor
#1 panels-DRUPAL-5--2.ie-33-34-33-stacked.patch606 bytessun

Comments

sun’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new606 bytes

Dunno whether this really fixes this bug, but it can be changed without doubts.

sdboyer’s picture

Status: Reviewed & tested by the community » Fixed

Committed.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.