This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > Dreamweaver > August 2004 > Frame-like layout with no frames?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Frame-like layout with no frames?
Danielle Kunowski

2004-08-24, 4:15 am

Can anyone suggest a way to create a frame-like layout without using evil
frames? I like the technique where a navigation bar is at the top of the
page and stays there whilst the content scrolls down but I donąt want to use
frames. Would a layer be the best option? Does anyone have any other ideas?

Gordon

2004-08-26, 12:17 pm

Danielle Kunowski wrote:
> Can anyone suggest a way to create a frame-like layout without using
> evil frames? I like the technique where a navigation bar is at the top
> of the page and stays there whilst the content scrolls down but I don’t
> want to use frames. Would a layer be the best option? Does anyone have
> any other ideas?


Danielle,

try this:

<div id="scroll">
<h1>Scrolling Content</h1>
<p>the rest of your text or whatever</p>
</div>


#scroll {
height: 400px;
padding: 10px;
overflow: auto; /* Generates scroll bars when content extends beyond
the 400px decared in the height. */
}

Hope that helps :)

Gordon M
Sponsored Links


Copyright 2003 - 2009 forum4designers.com  Software forum  Computer Hardware reviews