>> >> >> I believe what the OP is after is to achieve the same behavior as if
>> >>
>> >> Yes, Frames without frames is exactly what I want. Hopefully the URLs

> Hmm.  I'm a little surprised that no one's mentioned the easy fix here...
> It'll need some clean up with the margins, but should create the desired
> effect.
>
> Also, there may be a better way to do this: I just banged it out on Saturday
> morning in the 15 minutes before I had to go out.
>
> #body {
>  position: fixed;
>  top: 72px;
>  bottom: 0;
>  left: 138px;
>  overflow: auto;
>  margin: 0;
>  padding: 0;
> }
>
> Works exactly as desired, in Chrome on Linux.  Don't have the time to check
> FF, but probably works there too.

This is exactly what I was wanting to do.

Thanks!

-- 
"If the American people ever allow private banks to control the issue
of their money, first by inflation and then by deflation, the banks
and corporations that will grow up around them, will deprive the
people of their property until their children will wake up homeless on
the continent their fathers conquered."
-Thomas Jefferson

This has been happening for the last 100 years.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to