The Right Menu 2 column Liquid Layout. Pixel widths. Cross-Browser. Equal Height Columns.
<% layout_and_theme_stylesheets '2_column_right_menu_pixel' do %>
<% end %>
<% end %>
<% body do %>
<%= render :partial => 'layouts/flashes' -%>
<% column_1 do %>
Pixel dimensions of the right menu layout
In this layout the right side column width is in pixels and the main left page adjusts in size to fill the rest of the screen. Vertical dimensions are left unset so they automatically stretch to the height of the content. Layouts that use pixel widths are great for images because you can make them fit perfectly within a column without gaps.
The nested div structure
I've colour coded each div so it's easy to see:
The header, colmask and footer divs are 100% wide and stacked vertically one after the other. Colleft is inside colmask and the right content column is inside colleft. The main 'left' page needs to be inside the col1wrap div so it can be positioned correctly (This extra div is not required on the percentage width version). Notice that the main content column (col1) comes before the left column, this is great for SEO.
Full cross-browser support
The holy grail 3 column liquid Layout has been tested on the following browsers:
iPhone & iPod Touch
Safari
Mac
Safari
Firefox
Opera 9.25
Netscape 9.0.0.5 & 7.1
Windows
Firefox 1.5 & 2
Safari
Opera 8.1 & 9
Explorer 5.5, 6 & 7
Netscape 8
FREE for anyone to use
You don't have to pay anything. Simply view the source of this page and save the HTML onto your computer. My only suggestion is to put the CSS into a separate file. If you are feeling generous however, link back to this page so other people can find and use this layout too.
Free traffic for your website
If you use this layout for your website send me an email with the link and any other information you have so I can add you to my list of example sites. Once I have a few links I'll publish them on my website and you'll get free traffic!
<% end %>
<% column_2 do %>
No CSS hacks
The CSS used for this layout is 100% valid and hack free. To overcome Internet Explorer's broken box model, no horizontal padding or margins are used. Instead, this design uses pixel widths and clever relative positioning.
SEO friendly 1-2 column ordering
The higher up content is in your page code, the more important it is considered by search engine algorithms. To make your website as optimised as possible your main page content must come before the side columns. This layout does exactly that: The center page comes first, then the left column and finally the right column (see the nested div structure diagram for more info). The columns can also be configured to any other order if required.
Equal height columns
It doesn't matter which column has the longest content, the background colour of all columns will stretch down to meet the footer. This feature was traditionally only available with table based layouts but now with a little CSS trickery we can do exactly the same with divs. Say goodbye to annoying short columns!
No Images
This layout requires no images. Many CSS website designs need images to colour in the column backgrounds but that is not necessary with this design. Why waste bandwidth and precious HTTP requests when you can do everything in pure CSS and XHTML?
No JavaScript
JavaScript is not required. Some website layouts rely on JavaScript hacks to resize divs and force elements into place but you won't see any of that nonsense here.
Valid XHTML strict markup
The HTML in this layout validates as XHTML 1.0 strict.
Resizable text compatible
This layout is fully compatible with resizable text. Resizable text is important for web accessibility. People who are vision impaired can make the text larger so it's easier for them to read. It is becoming increasingly more important to make your website resizable text compatible because people are expecting higher levels of web accessibility. Apple have made resizing the text on a website simple with the pinch gesture on their multi-touch trackpad. So far this trackpad is only available on the MacBook Air but it will soon be rolled out to all of their systems. Is your website text-resizing compatible?
<% end %>
<%= google_analytics_tracker GOOGLE_ANALYTICS_ACCOUNT if defined?(GOOGLE_ANALYTICS_ACCOUNT) -%>
<% end %>