alright, here's my test page (copy/paste please)-->
removed
why does the *up* button not work?
(please view source to see the code.)
TIA!![]()
alright, here's my test page (copy/paste please)-->
removed
why does the *up* button not work?
(please view source to see the code.)
TIA!![]()
Last edited by rockrockon; 12-08-2005 at 10:58 PM.
First off, this is wrong:
It should be just:Code:<body onload="()">
I don't think that is the trouble though it may be a part of it. In any case, the red part looks like it is left over from something you only removed a part of.Code:<body>
Here's the real problem:
I don't know how it got that way but the red line is different than on the demo where it is:Code:function moveup(){ if (iens6&(crossobj.style.top)<=0) crossobj.style.top=parseInt(crossobj.style.top)+speed+"px" else if (ns4&&crossobj.top<=0) crossobj.top+=speed moveupvar=setTimeout("moveup()",20) }
Change it back and up will work.Code:if (iens6&&parseInt(crossobj.style.top)<=0)
- John________________________
Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate
thank you jscheuer1 for your help! that fixed it!
Bookmarks