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
zab1yaka
body,html{
margin: 0;
padding: 0;
text-align:center;
background-image:url(5.png);
}
#container{
min-width:500px;
width:100%;
margin: 0;
text-align:left;
}
#header{
background-color:#9C3;
}
#left{
backdround-color:#3C0;
width:150px;
float:left;
}
#right{
background-color:#FFF;
float:right;
width:150px;
}
#content{
background-color:#CCC;
margin-left:152px;
margin-right:152px;
}
#clear{
height:0px;
front-size:1px;
line-height:0px;
clear:both;
}
#footer{
background-color:#6F0;
}
Помогите найти ошибку в css. долго сидел, но вот решился на крайние меры, сильно не ругайте, ведь только неделю этим день занимаюсь))
ЗЫ прробел между шапкой с контентом не уберется.
заранее спасибо.
Link to comment
Share on other sites
3 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.