Skip to content Skip to sidebar Skip to footer

DIV Background Not Stretching Properly

I have the following HTML code: &

Solution 1:

Give the outer div width:100%; to make it resize to contain the inner contents, I think it will work, if in case it doesn't work than use min-width:1298px;


Solution 2:

In your #outer add this:

    float:left; width:100%;

Post a Comment for "DIV Background Not Stretching Properly"