Active
Project:
Deco
Version:
6.x-1.x-dev
Component:
IE6
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Dec 2008 at 22:44 UTC
Updated:
10 Jan 2012 at 23:41 UTC
I have a problem with Image module and the Image Gallery feature using IE 6. The Gallery pictures do not wrap before the right sidebar.
| Comment | File | Size | Author |
|---|---|---|---|
| overlap.JPG | 103.29 KB | jhovak |
Comments
Comment #1
jhovak commentedI was able to resolve this by adding "height: 100%" to the following section of layout.css:
#squeeze {
padding: 1em 0 1.5em;
overflow: hidden;
height: 100%
I hope this helps.
Comment #2
klaasvw commented