Fluid CSS: floating column with max-width and overflow
- by Ates Goral
I'm using a fluid layout in the new theme that I'm working on for my blog. I often blog about code and include <pre> blocks within the posts. The float: left column for the content area has a max-width so that the column stops at a certain maximum width and can also be shrunk:
+----------+ +------+
| text | | text |
| …