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
wert-one
Добрый день!
Нужна помощь!
Помогите разобратся с позиционированием. есть 3 блока и css к ним:
<div class="header">
</div>
<div class="bar">
</div>
<div class="slider">
</div>
div.bar {
background-image: url(images/bar.png);
height: 50px;
width: 1000px;
margin: auto;
margin-top: -25px;
position: absolute;
}
div.header {
background-image: url(images/fon.png);
height: 151px;
width: 1200px;
margin: auto;
}
div.slider {
background-image: url(images/slider.png);
height: 300px;
width: 1200px;
margin: auto;
}
Блок BAR встает к левому краю страницы хотя задан для него margin: auto;
Если отключить position: absolute; то он встает по центру, но дает зазор с div.slider
мне нужно понять как сделать как на картинке (прилогаю)
Link to comment
Share on other sites
1 answer 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.