Jump to content
  • 0

позиционирование от верха для резинового шаблона


devadas
 Share

Question

Доброе время суток!

Не удается задать относительное значение для параметра top, чтобы основная часть сайта смогла подстраиваться под разную высоту мониторов.


html, body {
height: 100%;
width: 100%;
margin: 0;
padding: 0;
font-family: "Verdana";
font-size: 12px;
color: #090733; /*основной цвет текста сайта */
/* background-color: #365401; */
}

#background{top:0;left:0;width:100%;height:100%;position:fixed;z-index:-1}

#wrap {
width: 100%;
min-width: 980px;
position: relative;
}

/* основное содержимое */
#content {
position: absolute;
line-height: 19px;
top: 560px;
left: 32%; /* 32% */
width: 64%; /* важно! для ширины правой колонки */
padding: 0px 0 0 0;
z-index: 100;
}

#leftcolumn {
position: absolute;
top: 50px;
left: -43%; /* -43% */
line-height: 19px;
text-indent: 20px;
width: 210px; /* ширина левой колонки основного текста страницы */
padding: 10px;
background: url(../images/fon_l.png); /*#fffe92*/
z-index: 101;
}

#rightcolumn {
position: absolute;
top: 50px;
left: -4%; /*-4%*/
line-height: 19px;
text-indent: 20px;
width: 100%; /* 100% ширина правой колонки основного текста страницы */
padding: 10px;
background: url(../images/fon_r.png); /*#fffeae*/
z-index: 101;
}

Во wrap вложен content, затем уже в него вложены left и right column. Не работают как нужно процентные значения у #content в параметре top: 560px - если задать, скажем 50%, контент сайта поднимается на самый верх сайта в ноль.

Подскажите, пожалуйста, где тут "собака зарыта"? Заранее благодарен.

Дмитрий

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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