Ive got my menu working exactly how I want it to in HTML, however when I simply rename exactly the same file to PHP the animations and arrows both fail?
Ive checked the error console in Firefox and I get two errors. 1 'addEvent is not defind' 2. FSMeniu is not defined.
Pretty weird huh - works spot on in HTML but not when I just rename to PHP? I need to have it working in PHP.
To follow up, it also loses the animations and arrows when I rename the original HTML to an ASP file. The server its running on is my companys internal IIS server.
I've got a web host which runs an Apache web server so I tried uploading the same PHP file (the one that animations+arrows don't work on) onto that server and it worked fine! See link. I guess its something to do with the server it's running on - I know bugger all about server configerations so I was wondering what questions I should be asking the server admin to get this sorted?
PS - Sorry I was being thick, NO animations or arrows work (HTML,PHP or ASP) when I upload to my internal IIS server. HTML file works 100% when I preview on my local hard drive though.