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
Danielee
Кнопка поиска не встает рядом с формой ввода
Код В HTML
<form action="#" class="search">
<input type="search" name="q">
<input type="submit" value="">
</form>
Код в CSS
.search { width: 303px; height: 41px; float: right; }
input[type="search"] {
background-color: rgba(255, 255, 255, 0.20);
border: none;
outline: none;
-webkit-appearance: none;
height: 41px;
width: 250px;
border-top-left-radius: 9px;
border-bottom-left-radius: 9px;
color: #fff;
}[/center]
input[type="submit"] {
width: 53px; /* Ширина кнопки */
height: 41px; /* Высота кнопки */
border: none; /* Убираем рамку */
background: url(img/search.png); /* Параметры фона */
}
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.