Jump to content

Adjust my page to 100% coverage


Recommended Posts

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 side
Right column on the right side
Center column, centered

Please, 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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...