Hi,
I have a JavaScript scroll that is filled with text, and there is a index-file, a css-file and a JS-file (inc images for the scroll). The problem is that the whole thing seems to be tied to a hyperlink image that is called "about". When I delete the image from the code the text in the scroll dissapear.
I think this is the problem:
<img name="abo" src="img/nav_off.gif">
and...
onClick="loadContent('abo')"
Here's the scroll:
http://www.evergame.se/scroll/index.html
I dont know how to make this work, so please help me out here
Thanks/Thomas