Home › Forums › CSS › [Solved] IE9, (Image not showing) › Reply To: [Solved] IE9, (Image not showing)
October 15, 2014 at 2:29 am
#186271
Participant
Instead of using the attribute "height=auto"
, use the attribute style="height:auto;"
Having said this,a better way to do this would be to define the style properties in an external stylesheet instead of defining it inline.
So you could use Css like this
#mccarthy150logo img{width:28%; height:auto;}