harunaksoy Posted December 30, 2007 Posted December 30, 2007 The problem is that my site doesn't work with IE7. Other browsers works just fine. The problems occurs when i link the page with some javascript files. If I remove that line everything seems to work fine.<script type="text/javascript" src="js/mootools-release-1.11.js" /><script type="text/javascript" src="js/slide.js" /><script type="text/javascript" src="js/slimbox.js" />Link to the siteCan somenone help me with this? I tried google but I coulnd't find anything usefull. Thanks.
ripken204 Posted December 30, 2007 Posted December 30, 2007 (edited) so what do those script even do? if you say that you removed them and everything works fine..btw, i love your site! Edited December 30, 2007 by ripken204
harunaksoy Posted December 30, 2007 Author Posted December 30, 2007 so what do those script even do? if you say that you removed them and everything works fine..Well if I removed the links then the page will be displayed but the div slide effect and slimbox doesn't work. If I don't then I'll just get a blank page.btw, i love your site!Thanks
ripken204 Posted December 30, 2007 Posted December 30, 2007 perhaps making sure that you have the latest files?http://mootools.net/downloadbut first find out which js file is messing it uptake out one line only at a time.
Chozo4 Posted December 30, 2007 Posted December 30, 2007 (edited) The same error occurs with some other internet explorer browser versions. The reasoning behind your problem is due to the <script> tags being prematurely closed. For it to work in IE you MUST end every <script> tag with and end </script> expecially when using IE. Otherwise IE thinks the whole page is encased in a <script>.This issue was solved in the following thread.http://www.msfn.org/board/index.php?s=&...st&p=538840.. if that doesn't still work for you then I don't know. Edit in: I really like your work. Looks very well done Edited December 30, 2007 by Chozo4
harunaksoy Posted December 30, 2007 Author Posted December 30, 2007 The same error occurs with some other internet explorer browser versions. The reasoning behind your problem is due to the <script> tags being prematurely closed. For it to work in IE you MUST end every <script> tag with and end </script> expecially when using IE. Otherwise IE thinks the whole page is encased in a <script>.This issue was solved in the following thread.http://www.msfn.org/board/index.php?s=&...st&p=538840.. if that doesn't still work for you then I don't know. Yes that seems to be the problem. The page will load now but the animation doesn't work like it should. I guess it's another bug. But thanks a lot for your help At least the site shows up now Edit in: I really like your work. Looks very well done Thank you. I'm glad you like it
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now