Tuesday, 15 February 2011

html - Window resize causes background to cover rest of page -



html - Window resize causes background to cover rest of page -

i creating webpage css , html , stumbled upon annoying issue. when resize browser window, background color covers part of page out of view, on right side. sounds little vague luckily, have found webpage on occurs also, here. dragging browser window left or right of screen (win 7 , 8) resize page, , when @ off-screen part of page, can see it's "covered" background color.

i have tried searching web solution issue find hard come effective search term. here can help! in advance!

you need add together "max-width" .container, (includes current code):

.container { width: 1200px; margin: 0px auto; max-width: 100%; //this new line }

(.container found in default.css on line 212.)

html css background resize window

No comments:

Post a Comment