I would like to create a division for content on a web page, where one side
of the division box is always a fixed set of pixels from the left (so it
won't cover the menu which is a set number of pixels), and I would like it
to cover about 80% of the remainder of the page, so it would be fixed on one
side and relative on the other, but I can't get this to work.

I tried

#content {
    position:absolute;
    left:213px; 
    width:80%;
    top:7px; 
    height:272px;
    }

But it didn't seem to work in any browsers/OS I tested with


.... Thanks ... Richard

-- 
Richard H. Hall    
http://www.umr.edu/~rhall

Save the internet - Preserve Network Neutrality!
http://www.savetheinternet.com



______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to