Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] IE9, (Image not showing) Reply To: [Solved] IE9, (Image not showing)

#186271
Krish1980
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;}