Ok, so it appears CleanCut is not going to be made compatible with IE9
Is there a code for idiots (me) that I could add that would recognize IE9 and simply do a static display of the first graphic ?
Regards,
John J.
Ok, so it appears CleanCut is not going to be made compatible with IE9
Is there a code for idiots (me) that I could add that would recognize IE9 and simply do a static display of the first graphic ?
Regards,
John J.
Hi John,
In your header area you could try using the following right after the IE6 one:
<!--[if lte IE 9]>
<style type="text/css">
#top .featured_inside {
background-image: URL(http://www.kriesi.at/demos/cleancut/default/files/content_pic2.jpg);
}
</style>
<![endif]-->
Regards,
Devin
Thank you , but still no joy. It just sits and spins. Once a refresh got it to work. other times no.
any other tricks to try?
You could also try:
<!--[if lte IE 9]>
<style type="text/css">
#top .featured_inside.fadeslider {
background-image: url(http://www.funsunmexico.com/files/rent-mayan-resorts.jpg);
}
</style>
<![endif]-->
or
<!--[if IE]>
<style type="text/css">
#top .featured_inside.fadeslider {
background-image: url(http://www.funsunmexico.com/files/rent-mayan-resorts.jpg);
}
</style>
<![endif]-->You must log in to post.