Hi Folks,
Here is an example of code I'm using that employs "Onmouseover" to display a copyright message when hovering the mouse over an image.
This is hard coded into the Act_primary templates that controls my page layout.
This works great when viewed locally on my machine, but fails miserably when uploaded to my server. The online result can be seen here: http://www.magicalwonders.com/acatalog/Exclusives.html
I've left the code uncompacted and borders on during design of layout and function.
I'm wondering if this is something to do with the server being linux? My machine is using Windows XP Pro SP2. This is the only difference I can think of.
I've uploaded a test page using all lower case for the View Basket image, but that doesn't make any difference: http://www.magicalwonders.com/mouse/mouseover.htm I've only included the one image for test purposes.
So I'm guessing it is a linux issue, but don't know if it is fixable?
Can anyone point me in the right direction?
Many thanks,
Myles
Here is an example of code I'm using that employs "Onmouseover" to display a copyright message when hovering the mouse over an image.
<a onmouseover="window.status='Copyright Magical Wonders';return true;" onmouseout="window.status='';return true;" href="../cgi-bin/ca000001.pl?ACTION=SHOWCART"><img src="basket.jpg" border="0" height="64" width="119" alt="View Basket"></a>
This works great when viewed locally on my machine, but fails miserably when uploaded to my server. The online result can be seen here: http://www.magicalwonders.com/acatalog/Exclusives.html
I've left the code uncompacted and borders on during design of layout and function.
I'm wondering if this is something to do with the server being linux? My machine is using Windows XP Pro SP2. This is the only difference I can think of.
I've uploaded a test page using all lower case for the View Basket image, but that doesn't make any difference: http://www.magicalwonders.com/mouse/mouseover.htm I've only included the one image for test purposes.
So I'm guessing it is a linux issue, but don't know if it is fixable?
Can anyone point me in the right direction?
Many thanks,
Myles
Comment