I neeed jQuery help.
He can we dynamically resize a table cell ?.If we resize it, change
only affect that particular cell,rest should remain same.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Think about tables for a moment. The vertical columns all align as do the rows. This is what makes it a table. Some browsers might allow you hack around with the size individual table cells, but I wouldn’t really recommend it as the out come may well be unpredictable.
The way I would approach this would be to have another element inside the cell but surrounding your content. Then you can resize that other element.