Issues with your account? Bug us in the Discord!
New Downloads Available
Eternity
Elite Ranger
[url="http://mysite.freeserve.com/Alliance_Shipyards/Downloads/Download.html"]http://mysite.freeserve.com/Alliance_Shipyards/Downloads/Download.html[/url]
Finally uploaded them all!
Comments?
Finally uploaded them all!
Comments?
Comments
My guess is a difference on how NS and IE handle image id calls. Check to see if the JS is using:
document.global1.src='...'
If it is, change it to:
document.getElementByID('global1').src='...'
Also, add the id="global1" to the IMG tag. Mozilla doesn't look at the name="..." part when parsing javascript unless you specifically tell it to. It uses the id="..." part instead. That will work, combined with the getElementByID('...') for both IE and Mozilla...
------------------------
Otherwise, nice site :) :)