css - Is it possible to have a table with in a <td> but not constricted to that td's width -


i want table inside <td>, don't want resize <td>. want on flow next <td> on right not not resize parent <td>.

i'm putting inside <td> move when screen resized.

try css code on nested table:

position: absolute; top: 0; left: 0; 

the parent td should have:

position: relative; 

but again, playing tables not recommended... may need nest table in div because positionning tables , td tricky.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -