Jump to content
  • 0

Проблема при изменение размера страницы


Hosemose
 Share

Question

Добрый день!

При изменение размера страницы, фоновый рисунок и нижний блок заходят друг за друга.

Фон подстраивается под размер страницы ,так как не имеет размера ,а блок размером 1190 при прокрутки в право уходит за него.

Хочу что-бы фон так же при изменение размера страницы сохранял свой размер.

До изменения размера страницы:

http://www.webfolder.ru/339992

Это уже при уменьшение размера страницы и смещение ползунка в право:

http://www.webfolder.ru/339993

 

Прошу помощи, так как потратил уже более двух дней на решение данной проблемы(((((

<html>    <head>          <meta charset="UTF-8" />    </head>    <body>		<link rel="stylesheet" type="text/css" href="style.css">        <div id="sitehead">		</div>		<div class="blockwrap">		   <div class="blockwrap1">		   </div>		   <div class="blockwrap2">		   </div>		</div>	</body></html>
body {	margin: 0;	display: block;}#sitehead{	width:100%;	height: 600px;    background: url(img/headimg.jpg) no-repeat center;    background-size: cover;}.blockwrap {    width: 1190px;    margin-right: auto;    margin-left: auto;}.blockwrap1 {	float: left;	width: 590px;	height: 500px;	background:blue;}.blockwrap2 {	float: left;	width: 590px;	height: 500px;	background:blue;}
Edited by Hosemose
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

Потому что размер фона высчитывается относительно ширины своего контейнера (который в вашем случае совпадает с шириной окна).

Чтобы такой эффект не возникал, установите min-width на #sitehead или body.

Link to comment
Share on other sites

  • 0

Потому что размер фона высчитывается относительно ширины своего контейнера (который в вашем случае совпадает с шириной окна).

Чтобы такой эффект не возникал, установите min-width на #sitehead или body.

 

Игорь, огромное спасибо! Все получилось. :yahoo:

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy