Thứ Ba, 31 tháng 3, 2026
Click show div search mới - mobi
Thứ Hai, 26 tháng 7, 2021
Search CSS
Demo: asavn.vn
**** HTML<div class="mn-search positionR">
<form class="headtop-form open" method="POST" action="tim-kiem">
<input type="text" name="txt_jquery" class="form-control" placeholder="Tìm kiếm">
</form>
<span class="stimkiem">
<i class="fa fa-search"></i>
</span>
</div>
**** CSS
.stimkiem{
cursor: pointer;
z-index: 9999;
color: #000;
position: absolute;
}
.headtop-form{
visibility: hidden;
}
.headtop-form.open{
visibility: visible;
}
.headtop-form.open input {
width: 275px;
opacity: 1;
visibility: visible;
color: #000;
z-index: 999;
}
input[name=txt_jquery] {
font-size: 14px;
font-family: 'fay';
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
letter-spacing: 1px;
}
.headtop-form input {
position: absolute;
width: 150px;
height: 34px;
right: -18px;
top: -5px;
border-radius: 6px;
background-color: #fff;
padding-left: 15px;
-webkit-transition: all 0.3s ease 0s;
-moz-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
visibility: hidden;
font-size: 14px;
}

