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
penchukov
Дело было так
<div id="sofa">
<ul class="service-list">
<li>ывсмыв</li>
<li>ывмыв</li>
<li>ывмым</li>
<li>вымвыы</li>
</ul>
<ul class="service-list2">
<li>ывмыывм</li>
<li>ывмывы</li>
<li>ывмывм</li>
</ul>
</div>
#sofa {
background:#9FC;
height: 226px;
float:right;
width: 727px;
}
.service-list {
float: left;
list-style-type: none;
margin-left: 22px;
position: relative;
top: 28px;
width: 160px;
}
.service-list2 {
float: left;
list-style-type: none;
margin-left: 15px;
position: relative;
top: 28px;
width: 160px;
Link to comment
Share on other sites
4 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.