1) Script Title: Image w/ description tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...agetooltip.htm
3) Describe problem: Is there any way that the tooltip opens on the left site?
1) Script Title: Image w/ description tooltip
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...agetooltip.htm
3) Describe problem: Is there any way that the tooltip opens on the left site?
Would it be here? Wouldn't a negative value move offX left (-20) and/or offY up (-12)?
Code://///////////////////// CUSTOMIZE HERE //////////////////// // settings for tooltip // Do you want tip to move when mouse moves over link? var tipFollowMouse= true; // Be sure to set tipWidth wide enough for widest image var tipWidth= 160; var offX= 20; // how far from mouse to show tip var offY= 12;
Dazzle (08-25-2009)
Yes thats the solution, the only thing was that i had big pictures in diffrent sizes so i had to avoid the cursor is on the picture when it pops up.
Thanks.
Bookmarks