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%}
You are not logged in. Please login or register.
PunBB Forums → Posts by smallwei
Pages 1
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%}
Pages 1
PunBB Forums → Posts by smallwei
Powered by PunBB, supported by Informer Technologies, Inc.