Download & Extend

33 34 33 layout breaks in IE6 IE7

Project:Panels
Version:5.x-2.0-beta3
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed (fixed)

Issue Summary

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

Comments

#1

Status:active» reviewed & tested by the community

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

AttachmentSize
panels-DRUPAL-5--2.ie-33-34-33-stacked.patch 606 bytes

#2

Status:reviewed & tested by the community» fixed

Committed.

#3

Status:fixed» closed (fixed)

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