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
Chernichko
есть класс парент в котором класс фаст. и в мазиле он отображается в нижнем левом углу.
в хроме, опере и ие все хорошо отображается.
.parent{
position: relative;
}
.fast{
position: absolute;
bottom: 30px;
left: 0px;
padding: 0 5px;
width: 200px;
height: 25px;
background: #d2d2d2;
text-align: center;
border-radius: 30px;
cursor:pointer;
}
не могу понять как исправить это недорозумение.
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.