IE9 Makes Me Want to Kill Myself - Strange Issue Need Help
Permalink
Ok, so Internet Explorer makes me want to shoot myself.
I have a theme in the marketplace - a very simple one - called "Flex1200". It has come to my attention that there is some very strange behavior in IE9 going on with it. Feel free to download it and take a look at the code.
http://www.concrete5.org/marketplace/themes/flex1200...
It is responsive, and absolutely NOTHING about it works in IE9, as it should. I have attached a screenshot of what I'm seeing.
What would cause such a heinous effect? (BARF!)
I have a theme in the marketplace - a very simple one - called "Flex1200". It has come to my attention that there is some very strange behavior in IE9 going on with it. Feel free to download it and take a look at the code.
http://www.concrete5.org/marketplace/themes/flex1200...
It is responsive, and absolutely NOTHING about it works in IE9, as it should. I have attached a screenshot of what I'm seeing.
What would cause such a heinous effect? (BARF!)
![andrew](/files/avatars/4.jpg)
Your header_required file comes before your opening html tag. I imagine IE doesn't like that.
HA! Of course it was something simple that I overlooked!
Well, that fixed it! Simply moved the header_required into the head tag, and now all is well! Well, that and a few minor styling fixes, too. Thanks for your help!
Well, that fixed it! Simply moved the header_required into the head tag, and now all is well! Well, that and a few minor styling fixes, too. Thanks for your help!
Why do you have this code in the header.php, footer.php and all your template files as well?
$pkg = Package::getByHandle('flex1200');