Click to See Complete Forum and Search --> : [RESOLVED] CSS Help: No Frames


macker
08-27-2007, 01:27 PM
I knew that title would get someone's attention! lol

Anyway, I need a hand.

I have a website in development that uses ASP.NET with a Master Page.
I have a header, sidebar, and main content section.

I would like the page to act like it is built with frames. I heard there was a way to do this using master pages, and css, but I am unable to figure it out as of yet.

I would like only the main content to scroll when needed, not the entire page. I have tried putting the overflow:scoll in the css, but that does not work.

So my question is, what do I need to do so that the Header, and Side Bar stays put, and the Main Content ONLY, scolls.

Thanks ahead of time!

ray326
08-27-2007, 04:53 PM
overflow:auto

macker
08-28-2007, 08:20 AM
I tried that, but the header and sidebar still scrolls with the page.

I would like the header and side bar to remain on the screen, and only the main section to scroll.

Centauri
08-28-2007, 09:53 AM
Something like this (http://www.cssplay.co.uk/layouts/basics2.html) ?

macker
08-28-2007, 03:59 PM
Yes!

I had to change a few things up a bit, but yes, that is what i was looking for.

I was sssoooo close.

Thank you very much!!!!!!