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 |
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