I want to kind of set up my website like Lifehacker.com, but I don't know how. If you look at the site, you'll see that the smaller sidebar on the right controls the main body of the page on the left. How can I achieve something like that?
Printable View
I want to kind of set up my website like Lifehacker.com, but I don't know how. If you look at the site, you'll see that the smaller sidebar on the right controls the main body of the page on the left. How can I achieve something like that?
Umm you could use jquery-ajax to send content to a div (your side page)... this div will also have the style with max heigth & width so it will scroll...
In other words... quickest way to solve is learning to use jquery