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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
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.