Log in

View Full Version : Problem with Image Thumbnail Viewer II



lowmarklow
07-02-2010, 10:49 AM
Hi Guys,

Basically I've put in this feature so when you hover over an image, it will show a slightly bigger image just next to it.

http://www.supertwentyone.com/32Design/projects.htm

Thing is, when you hover over the image (The very first two images have the feature) it automatically making the padding underneath the smaller images a bit bigger.

Also, how do I make the image on the left (The one that comes up upon image hover) a bit bigger?

Thanks guys!

Mark

lowmarklow
07-03-2010, 12:04 AM
Thanks for the waste of a reply :/

[Moderator note: spam reply deleted above]

azoomer
07-03-2010, 11:52 AM
The problem, as I see it, is that the image that is in view(the left pop up image) is in the same tablerow as the second row of thumbnails. When it emerges it will expand the height of this row because it has a top padding of 20px. If you make the picture bigger the gap would be even larger. The solution would be to have the popup image in its own container. Personally I would definitely make the page design with divs instead of tables. It would give more flexibility, and you could have the popup image any size you want without affecting the other elements.

lowmarklow
07-05-2010, 08:41 AM
azoomer,

Thanks for that. Yeah I do need to put it into CSS so I'll have to do that later. Hopefully this works as my client really likes the affect.

Thanks,

Mark

lowmarklow
07-08-2010, 09:54 AM
It works! Thanks mate!