Quote:
Originally Posted by transitbus
If I may...
Try this instead. It works great in IE 6 & 7 and Firefox 1.5x
Code:
/* BEGIN Image resize */
#posts IMG
{
max-width: 95%;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 768 ? "768px" : true);
}
#collapseobj_threadreview IMG {
max-width: 95%;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 768 ? "768px" : true);
}
/* END Image resize */
|
Fire fox 1.5 : OKey
IE 6.0: Okey
Ie 7.0 : Okey

All version're Okey

!! So thx
But could you just add a code to restore the original size in a popup?