1) Link Floatie Script
2) http://www.dynamicdrive.com/dynamici...nkfloaties.htm
3) I am using the link floatie script to display images on webpages. I am using the standard script with no modification. Other than referencing an image file instead of basic text and text formatting tags...
Then I call the script like normal in the webpage using a hyperlink...Code:"var floattext=new Array() floattext[0]='<img src="popup-bagdesigns.gif">"
The problem I'm running into is the first time you click on the link it loads the image off the screen. After that initial mouseover the floatie displays the .gif fine... its just that first time you do a mouseover it loads it about 90% off the right side of the screen.Code:<a href="#" onMouseover="showfloatie(floattext[0], event, '#FCFAF2', 250, 100)" onMouseout="hidefloatie()" style="text-decoration: none"> <font face="Tahoma" color="#0072C6">Bag Design </font></a>
I've tried changing the position of the floatie, but it still does the same thing. Know of any way to keep it from goofing up that first time around? Thanks.



Reply With Quote

Bookmarks