Hi Members, I have website http://www.dom-casino.com/index.html when i open it with firefox, it works fine. But when i open it in Internet explorer, it just shows me flash on the Homepage. I can not see links and text below the flash on the home page. Other pages of website are working fine in IE. Just the problem with only Index.html Please go through it and let me give the reason why this is happening with IE for index.htm page? Let me give the suggestion that needed for change. Your help is really needed. Thanks. John
Hi, check out lines 29 and 35- remove (or fix) those comments from those two lines and IE will load the page up just like in FireFox. (Delete "<!--[if !IE]> <-->" from line 29, and "<!----> <!--[endif]-->" from 35.)
Thanks for the suggestion , but before that let me tell you on my local machine it works fine. Is there any problem though?
Is there a problem if it works on your local machine and not live? Yea I would say so. . . Also you have 2 javascript errors on the site, line 72 and 75, just looks like you forget to escape some qoutes on 72, and are calling a function that doesn't exist on 75. Other than that, remove or fix the comments and the site should function normal.