I am trying to render HTML select box.
I have 3 Div’s inside table cell.
Value
When the table expands the alignment of leftDiv and rightDiv is OK. But when
the table shrinks below the size of two divs (leftDiv & rightDiv ) the rightDiv is rendering below the leftDiv.
How to make this two Divs stick together all the time?
You have few choices:
min-width: xxxx;There are probably a few more methods you can google for.