PDA

View Full Version : DHTML onmouseover


_EarnIt_
03-14-2003, 10:43 AM
I am trying to use DHTML to have my links change color whem the mouse rolls over them. The effect works on my personal computer but not when I post it to the server. I am not sure why. Here is the page .... http://www.warwrights.org/Pages/Link_Frames/Frame_Buttons_darkblue.htm

_EarnIt_
(How else can you get any where in life)

bruce
03-14-2003, 11:48 AM
I did a view source on your page

<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation" src="../../animate.js">

Make sure the animate.js file exist in your root dir.



[b]quote:Originally posted by _EarnIt_

I am trying to use DHTML to have my links change color whem the mouse rolls over them. The effect works on my personal computer but not when I post it to the server. I am not sure why. Here is the page .... http://www.warwrights.org/Pages/Link_Frames/Frame_Buttons_darkblue.htm

_EarnIt_
(How else can you get any where in life)
</blockquote id="quote"></font id="quote">

_EarnIt_
03-23-2003, 02:06 AM
Thanks for the response .... that was the issue exactly.

_EarnIt_

_EarnIt_
(How else can you get any where in life)