IE not reading stylesheets
Permalink
Hi, i had convert a html to concrete5 as a theme.
works fine with firefox and chrome. but for reason it doesn't look right with IE, it seems like not loading the style sheet..
Can anyone help me to have a look please..
Here is the link for the site.
http://www.coralcoastdesigns.com.au/trade...
will be really appreciated if anyone could help me out.
Thanks
works fine with firefox and chrome. but for reason it doesn't look right with IE, it seems like not loading the style sheet..
Can anyone help me to have a look please..
Here is the link for the site.
http://www.coralcoastdesigns.com.au/trade...
will be really appreciated if anyone could help me out.
Thanks
in your markup, I see this:
which would seem to be a javascript hotfix for browsers that don't support the html5 elements your template uses. Trouble is, going tohttp://www.coralcoastdesigns.com.au/trade/js/html5.js... gives a 404... fix that and you should be in business.
Although if it was me, I'd design the site so that it doesn't depend on javascript to look nice ;)
<!--[if lt IE 9]> <script type="text/javascript" src="js/html5.js"></script> <![endif]-->
which would seem to be a javascript hotfix for browsers that don't support the html5 elements your template uses. Trouble is, going tohttp://www.coralcoastdesigns.com.au/trade/js/html5.js... gives a 404... fix that and you should be in business.
Although if it was me, I'd design the site so that it doesn't depend on javascript to look nice ;)
Hi Tom
I am attaching the source code in HTML which has to be converted to Concrete 5.
Regards
Uday
I am attaching the source code in HTML which has to be converted to Concrete 5.
Regards
Uday
tomreitz is correct. The url for the html5.js is not addressed correctly. It should be
It’s a simple fix.
Steve
<script type="text/javascript" src="<?=$this->getThemePath()?>/js/modernizr-1.5.min.js"></script>
It’s a simple fix.
Steve
I actually try that yesterday but not working because miss a "/".
and once i fix that, things were looking good except the rounder corner not showing up. All the buttons, context and footer should show with rounded corner.
But i just figure out in the style sheets, there is a behavior suppose to link to "/js/PIE.htc", it somehow doesn't work but when i changed it to full http path. it works great.
Haven't got a change to try on IE9 because i'm using windows xp still..
Using IE8 instead..
Anyhow, all sorted now! thanks guys!
you guys are champs!
and once i fix that, things were looking good except the rounder corner not showing up. All the buttons, context and footer should show with rounded corner.
But i just figure out in the style sheets, there is a behavior suppose to link to "/js/PIE.htc", it somehow doesn't work but when i changed it to full http path. it works great.
Haven't got a change to try on IE9 because i'm using windows xp still..
Using IE8 instead..
Anyhow, all sorted now! thanks guys!
you guys are champs!
I need to convert my website theme from HTML to Concrete5.Can anyone help me out.
Check out the official C5 tutorial for creating themes:
http://www.concrete5.org/documentation/how-tos/designers/make-a-the...
If that doesn't get you going, hire a C5 developer. Send a PM if you want me to help you.
http://www.concrete5.org/documentation/how-tos/designers/make-a-the...
If that doesn't get you going, hire a C5 developer. Send a PM if you want me to help you.
Hi Tom
Can you send your reply to my PM so that I can be less worried.
Regards
Uday
Can you send your reply to my PM so that I can be less worried.
Regards
Uday
I viewed on IE6 through 8 and saw your point.