Just playing with image_gallery with Drupal 5.1 today:
When I added some blocks in position "blow content" area, their contents got mixed with the image area. I guess anything below the gallery cannot tell where the images end, therefore messing up with the dispaly of whole content area.
This problems showed up when I had only 3 images in that gallery. After the navigation line shows up (more images than a page allows), the underneath blocks start to look all right; but the navigation line itself overlaps with the images above.
I am fixing this problem by adding

in the file image_gallery.module. A drawback is that the display of table isn't always clean: my current theme gives it a hr line.
CommentFileSizeAuthor
#4 thumbnails-outside-content-area.jpg22.8 KBjaks1970

Comments

drewish’s picture

could you post a screen shot? also what theme are you using? does the problem occur using the default drupal themes?

drewish’s picture

Status: Active » Postponed (maintainer needs more info)
drewish’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)
jaks1970’s picture

StatusFileSize
new22.8 KB

I think what he means is the thumbnails are not displayed in the content area when viewing an actual gallery page. See the screen shot attached. I tried to figure it out but I'm lost. It's like the div was closed before the gallery ended but I don't see where. I'm using the marinelli theme.

Since this issue was not followed through by the first poster I would like to reopen it.

In addition in Firefox and IE 8 issue is the same and the issue. In IE 7 the top row of images in the gallery fall inside the content area but the second row fall out of the content area. Now this could in fact be a issue with Marinelli because I have a similar issue with some modules in Admin.

I'll let you tell me because I searched and searched for an issue inside Marinelli but found none. Although it doesn't mean there isn't one.

jaks1970’s picture

Status: Closed (fixed) » Active

I figured out what my issue was. When changing the BG for primary and primary .singlepage I neglected to change the #primary style to match the primary.single page. It doesn't show as wrong on every page so it was unnoticed. When I did notice since it was only a few pages that were affected like when viewing individual galleries and certain admin pages. I figured it was a div problem and not a css issue that I caused.

So if anyone else is dumb like me and has the same issue just make sure to change both
#primary and #primary .singlepage to match each other or at least recognize what each one does.

Hope this will help someone.
Jaks

Edit: I am reclosing this issue.

Hetta’s picture

Status: Active » Closed (fixed)