I want a table inside a <td>, but I don’t want it to resize the <td>. I want it to over flow to next <td> on the right not but not resize the parent <td>.
I’m putting it inside a <td> so it would move with it when the screen is resized.
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.
Try this CSS code on the nested table:
The parent TD should have:
But again, playing like this with TABLES is not recommended… You may need to nest the table in some DIV because positionning TABLES and TD is tricky.