Hôm nay lại lang thang trên mạng để tìm kiếm khung search đẹp cho blogspot để thêm blog :D và thấy cái này cũng khá đẹp nên viết bài share cho anh em luôn :D


Cách thức thực hiện như sau :



Mẫu 1 :



Full Đoạn Code Mẫu 1
<style>
#abt-search-btn {
background: none repeat scroll 0 0 #359BED;
border: 0 none;
border-radius: 0 0 0 0;
color: #FFFFFF;
font-weight: 700;
padding: 10px 20px;
}
#abt-search-box {
border: 1px solid #d2d2d2;
background: none repeat scroll 0 0 #FFFFFF;
padding: 10px;
width: 186px;
}
</style>
<form id="searchthis" action="/search" style="display:inline;" method="get">
<input id="abt-search-box" name="q" size="40" type="text" placeholder=" Type to search "/>
<input id="abt-search-btn" value="Search" type="submit"/>
</form>

Mẫu 2 :



Full Đoạn Code Mẫu 2
<style>
#searchbox {
width: 280px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgnGW2lbUmKtc8uFThd-LMcv0z6TjGYtgLj3MLBnAwDB1nQpr8lY0rOi3Vq7EKfQH1I0Bh3nkKmBjnElz27U-ZACdR0VbIx58tpKOhiV5fY1t2Z16YHrQB_prpFF6gayPRE7zy2USqCDEK6/s1600/search-box.png) no-repeat;
}

#searchbox input {
outline: none;
}

input:focus::-webkit-input-placeholder {
color: transparent;
}

input:focus:-moz-placeholder {
color: transparent;
}

input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input[type="text"] {
background: transparent;
border: 0px;
font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, "AppleGothic", sans-serif;
font-size: 14px;
color: #f2f2f2 !important;
padding: 10px 35px 10px 20px;
width: 220px;
}
#searchbox input[type="text"]:focus {
color: #fff;
}

#button-submit{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguOqDkQRD5EAxdvrfH7I1TNCZX657HaiwfY7HnnEWc0r-T1Mo3DrS_7ZJ3f3Lc5HbYc4WnLF-KNIgJHlWOovIa4rQKxjqFrD27DuXBUnyds5UCMKP2hy0ZxqeGtb1kuL4MJQaXDNQKW1nL/s1600/search-icon.png) no-repeat;
margin-left: -40px;
border-width: 0px;
width: 40px;
height: 50px;
}

#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiO7ONrBm90eDrNAeTnUCow4htwuYQ4AL3iQico0zkmbY4ngdjLJg-jKJMr4zh6cAOJhRIHX13Q_qJInyPFcJzK6ke4S-Dyr7N-33UIYfgFa0AlxodR2JefqoogohK6Zc60Cj7QmmC4JnPf/s1600/search-icon-hover.png);
}
</style>

<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="Enter keywords here..." />
<input id="button-submit" type="submit" value=" "/>
</form>

Các bạn thấy thế nào :D. Nếu đẹp thì đem về để lên blog cho mình nhé :P


Post a Comment

+ Hiện tại HungCoder.Com đang cập nhật giao diện cho trang blog này. Nên sẽ có một số lỗi xãy ra khi các bạn xem blog này.