neogest.com.br Posted February 2, 2011 Share Posted February 2, 2011 Can anyone help me set my page to 100% coverage?I am having difficulty in setting this bit, when you put 100%, leaving the columns were heading.I have some way of fixing these positions?Left column on the left sideRight column on the right sideCenter column, centeredPlease, I am researching this for days and could not adjust. /* global layout */ #page { width: 980px; margin: 0 auto 2px auto; text-align: left } div#logo { float: left; width: 27%; margin-top: 1em } #header_right { float: left; margin-bottom: 15px; width: 73%; text-align: right } #left_column, #center_column, #right_column { float: left } #left_column { clear: left; width: 191px; margin-right: 21px; overflow: hidden } #center_column { width: 556px; margin: 0 0 30px 0; overflow: hidden } #right_column { clear: right; width: 191px; margin-left: 21px; overflow: hidden } Link to comment Share on other sites More sharing options...
neogest.com.br Posted February 3, 2011 Author Share Posted February 3, 2011 Please enable someone to help me? Link to comment Share on other sites More sharing options...
scholl Posted February 3, 2011 Share Posted February 3, 2011 page edit to width: 100%;header edit to width: 100%;body edit to width: 100%;footer edit to width: 100%;edit left_column (width), center_column(width), right_column(width) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now