Image Gallery Overlap
jhovak - December 31, 2008 - 22:44
| Project: | Deco |
| Version: | 6.x-1.x-dev |
| Component: | IE6 |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
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.
http://www.hovak.com/category/image-galleries/eastfield
| Attachment | Size |
|---|---|
| overlap.JPG | 103.29 KB |

#1
I 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.