Not working under IE 8
-
Hello
I am using Sampression Lite theme for my blog :
(it’s in french).
It works well on Chrome, mozilla and also on Safari (iPhone and iPad both tested).
The problem is under IE 8. When i try to access to first page, i got a js error : the problem is in the script. js file.
I looked at it and managed to identify the problem, it’s because of this function :
//==============================================================
// Hide the Address Bar in MobileSafari
// =============================================================addEventListener(“load”, function() { setTimeout(
hideURLbar, 0); }, false); function hideURLbar(){ window.scrollTo(0,1); }If i remove it, i manage to access to my website. The problem is after i got some white page, i don’t know why (is it linked, i don’t think so, but who knows ?).
And by the way, i don’t know if i’m going to have impacts on the website accessing it from Safari.Can you tell me if it’s supposed to work under IE 8, and help me on my troubles ?
Thanks
- The topic ‘Not working under IE 8’ is closed to new replies.