I'm pretty new to web design and I'm trying to have a stationary column of navigation alongside a scrolling column of content, as seen here.
Any advice? I would certainly appreciate a heads-up on how to start this page. Thanks.
I'm pretty new to web design and I'm trying to have a stationary column of navigation alongside a scrolling column of content, as seen here.
Any advice? I would certainly appreciate a heads-up on how to start this page. Thanks.
Well... I would have html like this:
And then either have the left haev a specific height and give it overflow: auto, ro give right a fixed position;Code:<div id="right"> navigation & logo </div> <div id="left"> content </div>
Good luck.
Jeremy | jfein.net
Bookmarks