html - Some jpeg images are not showing in IE8 and IE9 -


i have problem jpeg images showing without problems in mozilla, chrome, ie10, ie7, not in ie8 , ie9. images in rgb (and not in cmyk, other users report problem).

html:

<img class="lo" src="images/logo.jpg" alt="logo"> 

css:

img.lo {     display: inline-table;     float: none;     margin-left: 35%;     margin-right: auto; } 

the other images on page show in ie8 , 9, not one. other images in same div show also.

make dont have : width="" height"" ie takes has width="0" , height="0"


Comments

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -