1
Suppose I have one layout containing 3 divs
side by side.
The first of these divs
has a fixed size of 100px
, the third div
cannot have a fixed size as it will depend on the text inserted in it, however, it cannot break the text.
Already the second div
, will have to adapt to the size of other divs
. This way, it will be the only one that can break the text. How can I achieve this?
The image below describes better what I intend to do:
already use boostrap ? I would use a table to make this line or an ajax that calculates the size of the third div and sets the value of the second. but with a table it would be much simpler
– Jasar Orion
c you want I can post a reply using table
– Jasar Orion
I’ll look into it... ATT
– abcd