Max-width isn't set in IE

Max-width isn't set in IE

Hi,

When I use this code the width is set in all webbrowsers:

  1. $('.content img').css({'width': '550px'});

But it also sets all the smileys to width 550px. So now I want to set the  max-width, but it doesn't work in IE. Its simply not set.

  1. $('.content img').css({'max-width': '550px'});

Anybody knows a good work around?

Christophe

http://www.opera.com/