0
votes
Best way to implement a 3-column website using <DIV> tags?
I like 960 Grid System. It's a lightweight, easy to use css which devides the screen into 12 (or 16) columns. You can use it for a 3 column design and al …
2
votes
using layouts for menus in rails
Yes, the straight forward way to do it is to include your navigation in your application layout. If you need different layouts, I think it's best to include your navigation via a partial. If you ar …
