Du hast mehrere Möglichkeiten:
- Conditional Comments zur Einbindung einer weiteren CSS-Datei:
<!--[if IE ]><!--> <link rel="stylesheet"... /> <!--<![endif]-->
- CSS Hack:
* html #idplate img { height:... }
- JavaScript-Weiche:
s.o.; es gibt noch andere.
Gruß, LX