I'd like to clarify whether it's possible or not to make a div fit its size based on the content's size without having to make elements float or having to make their position absolute. Is it possible?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
CSS
|
|
You can use |
|||||
|
|
Set the CSS overflow attribute to "visible" This makes the content extend past the preset width and height. |
|||
|
|