My layout consists of 6 Divs floated left to create 6 columns. The width of all these floats combined may extend beyond the window width for most users, especially with the 6th column included. Is there a way for this 6th column to be partially visible (with anything wider than the window getting hidden), rather than wrapping to a new line below the others? See diagram below.
\
+----+ +----+ +----+ +----+ +----+ +--/
| 1 | | 2 | | 3 | | 4 | | 5 | | 6\
| | | | | | | | | | | /
| | | | | | | | | | | \ Screen Edge
| | | | | | | | | | | / <---
+----+ +----+ +----+ +----+ +----+ +--\
/