/* BEGIN Image resize */ #posts IMG { max-width: 700px; width: expression (this.width > 700 ? "700px" : true); } #collapseobj_threadreview IMG { max-width: 700px; width: expression(this.width > 700 ? 700: true); } /* END Image resize */
Show Your Support