1

(3 replies, posted in PunBB 1.2 bug reports)

Try the following:


/* fix image size in IE */
IMG.postimg {width: expression(this.width > 400 ? 400: true);}
/* used to hide from IE, working in other browsers*/
IMG[class=postimg] {max-width: 100%}