alpherjo
08-24-2002, 03:36 AM
Hey guys!
I've always gotten great help in here, so hopefully I'll get some with this too!
I have a page where I am using this script (can't remember or find where I found it), but what happens is if you roll over an image, it open an external html file right on top of it, in the same window (it's kind of a cool script), and not actually in a new window. (For older browsers that can't handle this script a new window does open then.)
Anyway, I have it working fine, the problem is that I would like to use it a little differently so:
Let's say there is a thumbnail with a button below it, and I would like to make when you roll over the button, the "window" opens right on top of the image above it, and not on the actual button. The problem is that I can't get the location of this "window" changed correctly.
I've tried messing with the height and margin pixel settings (now both at 0) in the "style="position:absolute;height:0px;visibility:hidden;margin:0px;;" tag, if I change the height number nothing changes, if I change the margin number it moves the window diagonally.
I could REALLY use some help on this, I've been messing with this and some other scripts for hours.
Thanks for any insight!!
I've always gotten great help in here, so hopefully I'll get some with this too!
I have a page where I am using this script (can't remember or find where I found it), but what happens is if you roll over an image, it open an external html file right on top of it, in the same window (it's kind of a cool script), and not actually in a new window. (For older browsers that can't handle this script a new window does open then.)
Anyway, I have it working fine, the problem is that I would like to use it a little differently so:
Let's say there is a thumbnail with a button below it, and I would like to make when you roll over the button, the "window" opens right on top of the image above it, and not on the actual button. The problem is that I can't get the location of this "window" changed correctly.
I've tried messing with the height and margin pixel settings (now both at 0) in the "style="position:absolute;height:0px;visibility:hidden;margin:0px;;" tag, if I change the height number nothing changes, if I change the margin number it moves the window diagonally.
I could REALLY use some help on this, I've been messing with this and some other scripts for hours.
Thanks for any insight!!