Internet Explorer 10 Problem
i understand ie10 no longer reads conditional comments because claim they've fixed bugs ...whatever.
i've been running simple conditional comment on site ie great success, until ie10 reared ugly head. can advise me on how can add space below image carousel, ie10, without increasing other user friendly browsers love much? there way force ie10 render in ie9 specific comment, kind of using f12 command (develpers tools) within ie, having default automatically?
site:
here's conditional comment:
<!--[if gte ie 7]
<liink href="css/ie.css" rel="stylesheet" type="text/css">
<![endif]-->
here's ie specific css code:
#layoutdiv11{
margin-bottom: 190px;
}
many thanks!!
what's about? id's can used 1 time per page.
<div id="layoutdiv11"><div id="layoutdiv11">
you have stray </a> tag on line 209, not mention missing alt attributes on images.
http://validator.w3.org/check?verbose=1&uri=http%3a%2f%2fwww.digitalfoodtography.com%2f
ie10 less tolerant of code errors ie9 or ie8.
nancy o.
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment