لصورة بحجمها الطبيعى';}" onmouseover="if(this.alt) this.style.cursor='hand';"
onclick="if(this.alt)
window.open('http://up.rifvb.net/uploads/13104976261.gif');" border="0"
/>
هذا الكود لتصغير
الصور بدون اى اضرار وتم التجربة
كود PHP:
/* BEGIN Image resize */
#posts IMG
{
max-width: 95%;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 400 ? "400px" : true);
}
#collapseobj_threadreview IMG {
max-width: 95%;
height: expression(this.height > 1024 ? "1024px" : true);
width: expression(this.width > 400 ? "400px" : true);
}
/* END Image resize */
طريقة التركيب
اذهب الى لوحة التحكم
admin cp
اختار خيارات الاستيلات
اختار الاستايل المراد
تصغير الصور فيه
واختار تعاريف CSS الإضافية
ضع هذا الكود فى اول الخانة الى قبل الاخيرة بالظبط