☰
✕
Главная
© 2002 - 2025
Diary.ru
Обработка события click средствами CSS
netcat-na-diary
| среда, 25 марта 2015
Обработка события click средствами CSS
http://ruseller.com/lessons.php?rub=2&id=1600
HTML
<div class="search-wrapper"> <input type="checkbox" class="show-search" id="show-search"> <label for="show-search"></label> <input type="search" name="search" class="search-input" onfocus="this.placeholder=''" onblur="this.placeholder='Поиск'" placeholder="Поиск"> </div>
LESS
.search-wrapper { position: relative; margin: 10px 0; input[type=checkbox] { position: absolute; left: -9999 } label { display: block; width: 40 height: 40 background: url('../img/sprite_1.jpg') 0 0 no-repeat; cursor: pointer; z-index: 5; position: relative; } input[type=checkbox]:checked ~ label { background: url('../img/sprite_1.jpg') 0 -40px no-repeat; } .search-input { background: #ffffff; border: 2px solid #4693b6; border-left: 0; height: 40 width: 0; position: absolute; top: 0; left: 0; font: 20px/1.2 Arial, sans-serif; .transition (0.2s); padding: 0 8 color: #000; .box-sizing(); &::-webkit-input-placeholder{ color: #6c6c6c; } &::-moz-placeholder { color: #6c6c6c; } &:-moz-placeholder { color: #6c6c6c; } &:-ms-input-placeholder { color: #6c6c6c; } } input[type=checkbox]:checked ~ .search-input { width: 198 left: 40 } }
CSS
.search-wrapper { position: relative; margin: 10px 0; } .search-wrapper input[type=checkbox] { position: absolute; left: -9999 } .search-wrapper label { position: relative; z-index: 5; display: block; width: 40 height: 40 cursor: pointer; background: url('../img/sprite_1.jpg') 0 0 no-repeat; } .search-wrapper input[type=checkbox]:checked ~ label { background: url('../img/sprite_1.jpg') 0 -40px no-repeat; } .search-wrapper .search-input { position: absolute; top: 0; left: 0; width: 0; height: 40 padding: 0 8 font: 20px/1.2 Arial, sans-serif; color: #000; background: #ffffff; border: 2px solid #4693b6; border-left: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: 0.2s; -moz-transition: 0.2s; -ms-transition: 0.2s; -o-transition: 0.2s; } .search-wrapper .search-input::-webkit-input-placeholder { color: #6c6c6c; } .search-wrapper .search-input::-moz-placeholder { color: #6c6c6c; } .search-wrapper .search-input:-moz-placeholder { color: #6c6c6c; } .search-wrapper .search-input:-ms-input-placeholder { color: #6c6c6c; } .search-wrapper input[type=checkbox]:checked ~ .search-input { left: 40 width: 198 }
http://codepen.io/Heidel/pen/XJOOVv
Ссылки
Верстка
CSS
Обработка события click средствами CSS
Смотрите также
Доброго утра и удивительного дня)
ожидаемо
Солнце красит нежным светом занавесок синеву
Фестиваль!
Опять ДР подкрался незаметно
перепост - да будет Имя Господне благословенно