View Single Post
ישן 22-11-08, 23:42   # 6
intercooler3819
חבר וותיק
 
מיני פרופיל
תאריך הצטרפות: Jul 2008
הודעות: 1,056

intercooler3819 לא מחובר  

PHP קוד:
var tblselector = $('table td#content_td');
var 
size 41;
tblselector.height(Math.ceil(tblselector.height() / size) * 7); 
קוד:
<table><td class='horizontal_flexibile'>&nbsp;</td><td id='content_td'>this is awesome, isn't it?</td><td class='horizontal_flexibile'>&nbsp;</td></tr></table>
__________________
  Reply With Quote