Hi,
I'm making an isometric game engine in javascript, and it works great in Firefox, but it breaks in IE. Can someone help to get it working in IE, please?
LINK::http://www.fivepointsoft.co.cc/fpIsoEngine.js
I've added in some checks to the browser and added some changes to the style code appropriately, but it doesnt seem to work.
The source of the html file is:
Thanks,Code:<html> <head> <title>Five Point Iso Engine</title> </head> <script type="text/javascript" src="fpIsoEngine.js"> </script> <body> <div id="map"></div> <div id="obj"></div> <div id='welcomemessage' name='welcomemessage' style='position: absolute; opacity:50; width: 250px; height: 200px; display: none; background: #ddd; border: 1px solid #000; right: 0px; top: 500px'> <p>Thank you for trying out the Five Point Iso Engine!<br><center><a href="#" onclick="closePopup('welcomemessage')">Close</a></center></p> </div> <script type="text/javascript"> <!-- fpIsoInitEngine(0,0,"map","obj"); fpIsoSetTile(2,4,"water.png") fpIsoRedrawMap() openPopup('welcomemessage'); // --> </script> <noscript> Error loading the Five Point Iso Engine because Javascript is disabled. </noscript> </body> </html>
souradipm


LinkBack URL
About LinkBacks
Reply With Quote


