33 34 33 layout breaks in IE6 IE7

avior - April 6, 2008 - 20:05
Project:Panels
Version:5.x-2.0-beta3
Component:User interface
Category:bug report
Priority:normal
Assigned:Unassigned
Status:closed
Description

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

#1

sun - May 14, 2008 - 23:16
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

sdboyer - May 24, 2008 - 06:38
Status:reviewed & tested by the community» fixed

Committed.

#3

Anonymous (not verified) - June 7, 2008 - 06:42
Status:fixed» closed

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

 
 

Drupal is a registered trademark of Dries Buytaert.