Max-width isn't set in IE
Hi,
When I use this code the
width is set in all webbrowsers:
- $('.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.
- $('.content img').css({'max-width': '550px'});
Anybody knows a good work around?
Christophe
http://www.opera.com/