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
new01
Скажите правильно ли седлано? Есть какие то недочёты?
Вот как разделён у меня документ по блокам :
<div class='wrapper'>
<div class='header'>
</div>
/*Здесь контент*/
<div class='push'>
</div>
</div>
<div class='footer'>
</div>
Вот стили каждого из блоков:
.footer, .push {
clear: both;
}
* {
margin: 0;
}
html, body {
height: 100%;
width:100%;
min-width: 1024px;
}
.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -4em;
position: relative;
width: 100%;
font-size: 0.9em;
margin: 0 auto -142px;
text-align: left;
}
.footer, .push {
height: 142px;
}
.footer{
margin-top:200px;
background-color:;
position: relative;
width: 100%;
margin: 0 auto;
background: #000000;
background-image: url('images/footer.jpg');
}
.header
{
height:100px;
width:100%;
min-width:1024px;
background-color:#000000;
border-width:0px;
}
Link to comment
Share on other sites
6 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.