Page 1 of 1

IE Layout messed up before refresh

Posted: Mon Apr 04, 2011 7:26 pm
by magallo
Hi Guys i have 2 sites designed with cmsmadesimple both are on html5. When you get to the home page the page looks all messed up until you hit refresh. This problem happens with IE.
I already added the script:

<!--[if lte IE 8]>
<__script__ src="javascript/html5.js"></__script>
<![endif]-->

I can also see it in the page source, so can't really understand what the problem would be.

please see this url http://a-twister.net/ on IE 8 or less and you/ll see what i mean,

Thanks for the help..

Re: IE Layout messed up before refresh [solved]

Posted: Mon Apr 04, 2011 9:39 pm
by magallo
i found a post that had a similar problem

http://forum.cmsmadesimple.org/viewtopi ... ilit=html5

I actually "solved" my problem by changing the <header> tag of my html5 with <div id="header"> and changing the css.

This is a workaround that works however may be worth looking in to it as html5 is becoming a standard.

Re: IE Layout messed up before refresh

Posted: Tue Apr 05, 2011 10:18 pm
by Dr.CSS
Which has absolutely nothing to do with CMSMS...

Re: IE Layout messed up before refresh

Posted: Mon Apr 11, 2011 8:13 pm
by magallo
I thought the problem was solved but it didn't. After removing all html5 tags i still get the same problems.
When first loaded, the homepage css get messedup but after refresh all goes well.
I'm almost convinced this is a cmsms problem as it's probably not loading all parts as needed. Never had this problem before on any other platform.

I added to pics so you can see what i mean...
I'd appreciate any recommendation.