Cliftyman
07-27-2006, 01:43 AM
1) Link Floatie Script
2) http://www.dynamicdrive.com/dynamicindex5/linkfloaties.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...
"var floattext=new Array()
floattext[0]='<img src="popup-bagdesigns.gif">"
Then I call the script like normal in the webpage using a hyperlink...
<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>
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.
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.
2) http://www.dynamicdrive.com/dynamicindex5/linkfloaties.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...
"var floattext=new Array()
floattext[0]='<img src="popup-bagdesigns.gif">"
Then I call the script like normal in the webpage using a hyperlink...
<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>
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.
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.