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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
triode-master
body {
margin: 0px;
}
.bdiv {
width: 100%;
height: 200px;
border-color: #000000;
border-style: solid;
border-width: 1px;
z-index: -1;
position: absolute;
vertical-align: bottom;
}
.bodydiv {
width: 900px;
height: 900px;
min-height:900px;
border-color: #000000;
border-style: solid;
border-width: 1px;
z-index: 1;
position: absolute;
left: 50%;
top: 50%;
margin-top: -275px;
margin-left: -390px;
}
<body>
<div class="bdiv">Content for class "bdiv" Goes Here</div>
<div class="bodydiv">Content for class "bodydiv" Goes Here</div>
</body>
</html>
Хочу чтобы было вот так как на картинке.
bdiv прилип к верху и все.
Когда изменяется в размерах окно браузера, основная таблица как то разваливается.
Link to comment
Share on other sites
0 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.