Issues with your account? Bug us in the Discord!

New Downloads Available

[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?

Comments

  • Random ChaosRandom Chaos Actually Carefully-selected Order in disguise
    I just don't understand...both your site and Nadab's site give me this problem. The various different views (top, bot, etc) that use the onMouseOver fucntion don't work in Mozilla. My guess is the Javascript call, but since you have hidden the Javascript in an external file...can't see whats wrong.

    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 :) :)
Sign In or Register to comment.