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

 
Adreco replied on at Permalink Reply
Adreco
I know this is of little help to you... but I noticed it does appear to be styled correctly on the new IE9 browser.
I viewed on IE6 through 8 and saw your point.
tomreitz replied on at Permalink Reply
tomreitz
in your markup, I see this:
<!--[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 ;)
dashboard123 replied on at Permalink Reply 1 Attachment
Hi Tom

I am attaching the source code in HTML which has to be converted to Concrete 5.

Regards
Uday
tallacman replied on at Permalink Reply
tallacman
tomreitz is correct. The url for the html5.js is not addressed correctly. It should be

<script type="text/javascript" src="<?=$this->getThemePath()?>/js/modernizr-1.5.min.js"></script>


It’s a simple fix.

Steve
curiousconcepts replied on at Permalink Reply
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!
dashboard123 replied on at Permalink Reply
I need to convert my website theme from HTML to Concrete5.Can anyone help me out.
tomreitz replied on at Permalink Reply
tomreitz
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.
dashboard123 replied on at Permalink Reply
Hi Tom

Can you send your reply to my PM so that I can be less worried.

Regards
Uday