Cyclone
02-25-2008, 11:40 PM
1) Script Title:
Image w/ description tooltip
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
3) Describe problem:
My website uses frames. I don't know if its possible to have the 'tooltip' window appear over frames so I wanted to try to customize the x/y position of the 'tooltip' window for each message in the array so that each 'tooltop' appears neatly within the frame.
There also seems to be a lot of flickering of the scrollbars as you go over each image.
Version1 - Defualt
http://www.inspiredvisuals.com/test.html
Version2 - Changed this code
http://www.inspiredvisuals.com/test2.html
var offX= 20; // how far from mouse to show tip
var offY= -175;
This made it a little better but the script now does not want to stay within the bottom edge of the window and is now cut off.
I hope I made sense lol. If you need clarification let me now.
Thank you. I am so close to getting this script the way I want it on my page.
Image w/ description tooltip
2) Script URL (on DD):
http://www.dynamicdrive.com/dynamicindex4/imagetooltip.htm
3) Describe problem:
My website uses frames. I don't know if its possible to have the 'tooltip' window appear over frames so I wanted to try to customize the x/y position of the 'tooltip' window for each message in the array so that each 'tooltop' appears neatly within the frame.
There also seems to be a lot of flickering of the scrollbars as you go over each image.
Version1 - Defualt
http://www.inspiredvisuals.com/test.html
Version2 - Changed this code
http://www.inspiredvisuals.com/test2.html
var offX= 20; // how far from mouse to show tip
var offY= -175;
This made it a little better but the script now does not want to stay within the bottom edge of the window and is now cut off.
I hope I made sense lol. If you need clarification let me now.
Thank you. I am so close to getting this script the way I want it on my page.