Click to See Complete Forum and Search --> : How to re-position popup image


Saugatuckee
07-25-2006, 09:54 PM
I have images successfully popping up on pages as the cursor hovers over thumbnails, but have found little to no ability to control their position.

Currently the image pops up in a fixed position from the bottom right. If I set it by the top, the popup area scrolls off the page. I've reported that as an ie7 bug.

Ideally, I'd like it to popup adjacent to the thumbnail image being viewed - or next to the cursor - but have yet to discover the combination to do that.

Any ideas?

Here's an example:
http://plynx3.comfluent.net/jcook/test5/hsstock/T35.html

KDLA
07-26-2006, 09:56 AM
It's in the CSS -- position: fixed, bottom: 10%;
You'll need to change that to a relative position and tweak the values to get what you want.

Reference: http://www.w3schools.com/css/css_positioning.asp

You might try this technique: http://www.huddletogether.com/projects/lightbox/ or this: http://www.huddletogether.com/projects/lightbox2/

KDLA