Is it possible to create such CSS layout without javascript?
- left column: width is 23%
- middle column: width is 43.5%, max width is 550px
- right column: dynamic (stretches to container width)
The main problem is with middle column's max width. Don't know how to make right column dynamic and stick it to middle column's right edge if its width reached maximum value.