Hybrid CSS Layouts
"Гибридные" CSS Макеты
No tables, just clean CSS code! All layouts are XHTML 1.0 and CSS 2.1 validated!
Нет таблиц, только чистый CSS код! Все макеты проверены на валидность XHTML 1.0 и CSS 2.1!
Hybrid CSS websites have one column that expands with the browser window and one column that is a fixed width. It these layouts, the side column is set at a fixed with, and only the content portion of the page expands with the window. As with the
liquid CSS layouts, the layout width is set at 80 percent of the window width with a min-width of 760 pixels. Again, min-width only works in browsers that support CSS 2.0.
Width: Hybrid - 80%
Alignment: Centered
Sidebars: Left, Right
Header: Yes
Footer: Yes

Width: Hybrid - 80%
Alignment: Centered
Sidebars: Left
Header: Yes
Footer: Yes

Width: Hybrid - 80%
Alignment: Centered
Sidebars: Right
Header: Yes
Footer: Yes

* * *