eskwire
04-01-2007, 05:43 PM
I am new to javascript and having some difficulties
You can see the page here:
http://www.site.3ozproductions.com/index.php?option=com_content&task=view&id=76&Itemid=147
I am setting up a manual scroller and receiving this error message.
this.crossobj has no properties
moveupp()
control("up")
onmouseover(mouseover clientX=0, clientY=0)
var topint = parseInt (this.crossobj.style.top)
I am able to view this error in firebug for firefox.
The code for the script came from here:
http://2ndmind.net/scw/
I feel that I have everything set correctly but the text will not scroll and I receive this error message every time I mouseover the up or down arrows.
Thanks in advance for helping me learn more about javascript!
You can see the page here:
http://www.site.3ozproductions.com/index.php?option=com_content&task=view&id=76&Itemid=147
I am setting up a manual scroller and receiving this error message.
this.crossobj has no properties
moveupp()
control("up")
onmouseover(mouseover clientX=0, clientY=0)
var topint = parseInt (this.crossobj.style.top)
I am able to view this error in firebug for firefox.
The code for the script came from here:
http://2ndmind.net/scw/
I feel that I have everything set correctly but the text will not scroll and I receive this error message every time I mouseover the up or down arrows.
Thanks in advance for helping me learn more about javascript!