My issue isn't about using a custom image....I get how to do that. I'm talking about how the script places the link, be it HTML or image, relative to the browser window. As a result, when this link becomes visible the user can easily cause the link to move outside of the wrapper DIV if he/she widens the browser window horizontally to a large degree. I want this link to be contained INSIDE of the wrapper DIV no matter how wide the user's browser window is.
Again, the default state of the script places the link based on the browser window. So if I set the variables as such:
Code:
controlattrs: {offsetx:150, offsety:145}
These coordinates are relative to the right/bottom of the browser window corner. I'd like them to be relative to the right/bottom of a DIV, ex: a wrapper div that is centered in the browser window, so the link is contained within that div.
I hope that makes more sense.
Bookmarks