
Sounds good to me. ThanksiEric wrote:Not too hard. I'll look at it in the week, if that's ok.
Thanks...zkaraca wrote:Nice mod indeed. I have a question though. The resize function, when clicking on the profile pic in member profile view, is not working correctly in IE6. How can we fix this?
Code: Select all
* html div#lpp img { width: expression(this.clientWidth.clientWidth < 251? "250px" : "auto"); }
* html img#lpp_img { width: expression( this.clientWidth > 399 ? "400px" : "auto" ); width: expression(document.body.clientWidth > 199? "200px" : "auto"); }