View Single Post
Old 05-28-2011, 12:38 AM   PM User | #1
cgeller100
New Coder

 
Join Date: Jan 2010
Posts: 14
Thanks: 3
Thanked 0 Times in 0 Posts
cgeller100 is an unknown quantity at this point
Full Screen Width with CSS

I am using divs to layout my page, one 20% and one 80% across. However, the 80% doesn't cover the whole screen and there are about 20pixels of whitespace on the right. How do I get the divs to cover the whole screen?

Thank You

[CODE]
#desc {width: 20%;float: left; margin-top: 0px; position: absolute; top: 0px; left: 0px; }
#headline {width: 80%; float: right; margin-left: 0px; margin-top: 0px;}
[CODE]
cgeller100 is offline   Reply With Quote