I want to ask you .. do you know the code of CSS which resize the images like vbulletin.org
and opneng the large images in new window ?
i have this code but i dont know how i use it !!
Code:
.aimgbox {position: relative;overflow:auto;height:auto;width:98%;padding:5px}
img.aimg {max-width:96%;cursor:pointer}
<!--[if lte IE 6]>
.aimgbox {width:99%}
img.aimg{width: expression(this.width > 530 ? 510: true)}
<![endif]-->