Quote:
Originally Posted by anzo
|
Then your code needs to read;
Code:
/* BEGIN Image resize */
#posts IMG
{
max-width: 600px;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 768 ? "768px" : true);
}
#collapseobj_threadreview IMG {
max-width: 600px;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 768 ? "768px" : true);
}
/* END Image resize */