sponsored ads
6 Cara Membuat Widget Search Box Keren di Blog
Posted By : Tips & Cara Admin Posted on - 3:18:00 PM with 25 comments
6 Cara Membuat Widget Search Box Keren di Blog - Tutorial kali ini merupakan lanjutan dari artikel kemarin tentang cara membuat search bog keren, kali ini saya mau menambahkan lagi cara membuat 6 search box keren lainnya. Namun sebelum melanjutkan silahkan baca artikel lain saya cara membuat bermacam macam popular post blog keren terlebih dahulu. Lalu pertanyaannya pentingkah search blog ini dipasang di blog anda? Tentu saja banyak sekali manfaat yang bisa anda dapatkan untuk memasang search blog ini di blog anda, search blog ini memudahkan para pembaca blog anda sebagai widget navigasi atau membantu para pembaca blog untuk mengeksplor atau mencari artikel yang diinginkan para pembaca. Dengan demikian para pembaca mudah menemukan artikel atau yang berkaitan dengan frasa kata yang mereka inginkan di blog anda tanpa berpindah ke blog lain.
Cara Membuat 7 search box keren di Blog
Cara membuatnya cukup mudah kok, anda hanya menambahkan widget seperti biasa atau seperti langkah yang akan saya sebutkan dibawah ini:
nb: Hasilnya bisa dilihat dicek seperti dibawah ini.
Search Box no1
Search Box no2
Search Box no3
Search Box no4
Search Box no5
Search Box no6
Cara Membuat 7 search box keren di Blog
Cara membuatnya cukup mudah kok, anda hanya menambahkan widget seperti biasa atau seperti langkah yang akan saya sebutkan dibawah ini:
- Masuk Akun blog anda
- Masuk tata letak lalu tambahkan widget HTML/ Javascript
- Masukan kode yang saya berikan ini.
- Simpan
nb: Hasilnya bisa dilihat dicek seperti dibawah ini.
Search Box no1
<style>
#searchbox {
background: #d8d8d8;
border: 4px solid #e8e8e8;
padding: 20px 10px;
width: 250px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDmasBI49bSIY9hFrad9ykTMjP_9L68y2jKGxsB5J4vp1UrCe_pHFT7kq_ekHPiMzidOWpbJhebsayFEkkPiKYTDYugVqRMnGu1_DGDGI3f5_vxqNy7O6Tl41YpMWee4CtwvA1hc0E-VyL/s1600/search-dark.png) no-repeat 10px 6px #fff;
border-width: 1px;
border-style: solid;
border-color: #fff;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #bebebe;
width: 55%;
padding: 8px 15px 8px 30px;
}
#button-submit {
background: #6A6F75;
border-width: 0px;
padding: 9px 0px;
width: 23%;
cursor: pointer;
font: bold 12px Arial, Helvetica;
color: #fff;
text-shadow: 0 1px 0 #555;
}
#button-submit:hover {
background: #4f5356;
}
#button-submit:active {
background: #5b5d60;
outline: none;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search">
<input name="q" type="text" size="15" placeholder="Type here..." />
<input id="button-submit" type="submit" value="Search" />
</form>
#searchbox {
background: #d8d8d8;
border: 4px solid #e8e8e8;
padding: 20px 10px;
width: 250px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDmasBI49bSIY9hFrad9ykTMjP_9L68y2jKGxsB5J4vp1UrCe_pHFT7kq_ekHPiMzidOWpbJhebsayFEkkPiKYTDYugVqRMnGu1_DGDGI3f5_vxqNy7O6Tl41YpMWee4CtwvA1hc0E-VyL/s1600/search-dark.png) no-repeat 10px 6px #fff;
border-width: 1px;
border-style: solid;
border-color: #fff;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #bebebe;
width: 55%;
padding: 8px 15px 8px 30px;
}
#button-submit {
background: #6A6F75;
border-width: 0px;
padding: 9px 0px;
width: 23%;
cursor: pointer;
font: bold 12px Arial, Helvetica;
color: #fff;
text-shadow: 0 1px 0 #555;
}
#button-submit:hover {
background: #4f5356;
}
#button-submit:active {
background: #5b5d60;
outline: none;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search">
<input name="q" type="text" size="15" placeholder="Type here..." />
<input id="button-submit" type="submit" value="Search" />
</form>
Search Box no2
<style>
#searchbox {
width: 240px;
}
#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: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDmasBI49bSIY9hFrad9ykTMjP_9L68y2jKGxsB5J4vp1UrCe_pHFT7kq_ekHPiMzidOWpbJhebsayFEkkPiKYTDYugVqRMnGu1_DGDGI3f5_vxqNy7O6Tl41YpMWee4CtwvA1hc0E-VyL/s1600/search-dark.png) no-repeat 10px 13px #f2f2f2;
border: 2px solid #f2f2f2;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #6A6F75;
width: 160px;
padding: 14px 17px 12px 30px;
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
text-shadow: 0 2px 3px #fff;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
#searchbox input[type="text"]:focus {
background: #f7f7f7;
border: 2px solid #f7f7f7;
width: 200px;
padding-left: 10px;
}
#button-submit{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuM1yAAVN_ZcPlNvRfYB59hSkra61j_IrWKfgmIriB4TdV7o-Q5e-JsR4h5feJ-8GnM80Bt9bAYms_obFquppG_6ExJZGeWeFOWhzffa6enGhZXrZ1gQPEtjSgMJBNqL08ZIs-6_k5PNl8/s1600/slider-arrow-right.png) no-repeat;
margin-left: -40px;
border-width: 0px;
width: 43px;
height: 45px;
}
</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>
#searchbox {
width: 240px;
}
#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: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgDmasBI49bSIY9hFrad9ykTMjP_9L68y2jKGxsB5J4vp1UrCe_pHFT7kq_ekHPiMzidOWpbJhebsayFEkkPiKYTDYugVqRMnGu1_DGDGI3f5_vxqNy7O6Tl41YpMWee4CtwvA1hc0E-VyL/s1600/search-dark.png) no-repeat 10px 13px #f2f2f2;
border: 2px solid #f2f2f2;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #6A6F75;
width: 160px;
padding: 14px 17px 12px 30px;
-webkit-border-radius: 5px 0px 0px 5px;
-moz-border-radius: 5px 0px 0px 5px;
border-radius: 5px 0px 0px 5px;
text-shadow: 0 2px 3px #fff;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}
#searchbox input[type="text"]:focus {
background: #f7f7f7;
border: 2px solid #f7f7f7;
width: 200px;
padding-left: 10px;
}
#button-submit{
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjuM1yAAVN_ZcPlNvRfYB59hSkra61j_IrWKfgmIriB4TdV7o-Q5e-JsR4h5feJ-8GnM80Bt9bAYms_obFquppG_6ExJZGeWeFOWhzffa6enGhZXrZ1gQPEtjSgMJBNqL08ZIs-6_k5PNl8/s1600/slider-arrow-right.png) no-repeat;
margin-left: -40px;
border-width: 0px;
width: 43px;
height: 45px;
}
</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>
Search Box no3
<style>
#searchbox {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi09-1iO83hP5F6W5tIo1NMMqBvM_TPO_mY8UxdKMT9mjTvOXhLCHCOmjeru06_k0DDkVm-tyEHi-fJYGrMc2uvhspNQgjDGaqF-EiqJ5f44VzECa32PutXPSEY4T4VfNKpXT4gvTzCOdzH/s1600/searchbar.png) no-repeat;
width: 208px;
height: 29px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: transparent;
margin: 3px 0px 0px 20px;
padding: 5px 0px 5px 0px;
border-width: 0px;
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 12px;
color: #828282;
width: 70%;
display: inline-table;
vertical-align: top;
}
#button-submit {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbOyMkmzOIQceYT4ZBI9wdN9AhUVR33QoD9ZUW4cfgkdmC2FTJkRgqPUJcb64u2zx6biRZZHOc_dARP_a9YmYnFYqhYMHTCbfNQG5LTYKmw7DBXUjfL8AhxcgBg6tMg6vTTofbMrFH54-Y/s1600/magnifier.png) no-repeat;
border-width: 0px;
cursor: pointer;
margin-left: 10px;
margin-top: 4px;
width: 21px;
height: 22px;
}
#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPbn7sDKkieqdDec5KifpgM-Z_7ocUOBFxoN2mKEniqgvBQdcmiqs_zlWK1Q_-w-unbTU1Q3c3nXYqSZxTgDJbPA9aW6okyZnGjGMPEYdIPZvorfGvqRvs3nIdfAulWR9FqE7mqhZ2Ipln/s1600/magnifier-hover.png) no-repeat;
}
#button-submit:active {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPbn7sDKkieqdDec5KifpgM-Z_7ocUOBFxoN2mKEniqgvBQdcmiqs_zlWK1Q_-w-unbTU1Q3c3nXYqSZxTgDJbPA9aW6okyZnGjGMPEYdIPZvorfGvqRvs3nIdfAulWR9FqE7mqhZ2Ipln/s1600/magnifier-hover.png) no-repeat;
outline: none;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="search..." />
<input id="button-submit" type="submit" value="" />
</form>
#searchbox {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEi09-1iO83hP5F6W5tIo1NMMqBvM_TPO_mY8UxdKMT9mjTvOXhLCHCOmjeru06_k0DDkVm-tyEHi-fJYGrMc2uvhspNQgjDGaqF-EiqJ5f44VzECa32PutXPSEY4T4VfNKpXT4gvTzCOdzH/s1600/searchbar.png) no-repeat;
width: 208px;
height: 29px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: transparent;
margin: 3px 0px 0px 20px;
padding: 5px 0px 5px 0px;
border-width: 0px;
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 12px;
color: #828282;
width: 70%;
display: inline-table;
vertical-align: top;
}
#button-submit {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbOyMkmzOIQceYT4ZBI9wdN9AhUVR33QoD9ZUW4cfgkdmC2FTJkRgqPUJcb64u2zx6biRZZHOc_dARP_a9YmYnFYqhYMHTCbfNQG5LTYKmw7DBXUjfL8AhxcgBg6tMg6vTTofbMrFH54-Y/s1600/magnifier.png) no-repeat;
border-width: 0px;
cursor: pointer;
margin-left: 10px;
margin-top: 4px;
width: 21px;
height: 22px;
}
#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPbn7sDKkieqdDec5KifpgM-Z_7ocUOBFxoN2mKEniqgvBQdcmiqs_zlWK1Q_-w-unbTU1Q3c3nXYqSZxTgDJbPA9aW6okyZnGjGMPEYdIPZvorfGvqRvs3nIdfAulWR9FqE7mqhZ2Ipln/s1600/magnifier-hover.png) no-repeat;
}
#button-submit:active {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhPbn7sDKkieqdDec5KifpgM-Z_7ocUOBFxoN2mKEniqgvBQdcmiqs_zlWK1Q_-w-unbTU1Q3c3nXYqSZxTgDJbPA9aW6okyZnGjGMPEYdIPZvorfGvqRvs3nIdfAulWR9FqE7mqhZ2Ipln/s1600/magnifier-hover.png) no-repeat;
outline: none;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="search..." />
<input id="button-submit" type="submit" value="" />
</form>
Search Box no4
<style>
#searchbox {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggONfbxJVMHTTSVpfFVkw6eUmPi785rUlxh6VyC8sstiQl7isWvt_sBFZ7OuV4dg6hiIOj4I3Ba0Hmsugm8VE2ugt8o3lUMwzSjgD3V-gyvVw5Q2maVF6e61xKQZ_SlO47VgLyDWD3H6YL/s1600/search-box.png) no-repeat;
height: 27px;
width: 202px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: transparent;
margin: 0px 0px 0px 12px;
padding: 5px 0px 5px 0px;
border-width: 0px;
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 12px;
font-style: italic;
width: 77%;
color: #828282;
display: inline-table;
vertical-align: top;
}
#button-submit {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyXLkOkTwouVtXxZoZ6yQoRzfkF5t_k6OkQhJDdUV_hyIwJpSs5a9aonWm5hhLFxwfhOY1-9J5rYq83VtBYLvD6EvNTOILsthzJUoADm5_pnxY8AykTt5e9DLwyeAS_MykNs2f5d3fpHVM/s1600/search-button.png) no-repeat;
border-width: 0px;
cursor: pointer;
width: 30px;
height: 25px;
}
#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguh3HbC6A4YotoWGTSSvOSfyujyFekyLwd3UmQ2HY8E6WGMkGXSMmQSJz61jjGr0wZ26yxLdAnhOE1aYo6C1SLtbKou5JEosW5WFLv70cZZbfvdVPiwe9MpPTd6yG4yYUTSKXN1S6PoDh_/s1600/search-button-hover.png) no-repeat;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="search..." />
<input id="button-submit" type="submit" value="" />
</form>
#searchbox {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEggONfbxJVMHTTSVpfFVkw6eUmPi785rUlxh6VyC8sstiQl7isWvt_sBFZ7OuV4dg6hiIOj4I3Ba0Hmsugm8VE2ugt8o3lUMwzSjgD3V-gyvVw5Q2maVF6e61xKQZ_SlO47VgLyDWD3H6YL/s1600/search-box.png) no-repeat;
height: 27px;
width: 202px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: transparent;
margin: 0px 0px 0px 12px;
padding: 5px 0px 5px 0px;
border-width: 0px;
font-family: "Arial Narrow", Arial, sans-serif;
font-size: 12px;
font-style: italic;
width: 77%;
color: #828282;
display: inline-table;
vertical-align: top;
}
#button-submit {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhyXLkOkTwouVtXxZoZ6yQoRzfkF5t_k6OkQhJDdUV_hyIwJpSs5a9aonWm5hhLFxwfhOY1-9J5rYq83VtBYLvD6EvNTOILsthzJUoADm5_pnxY8AykTt5e9DLwyeAS_MykNs2f5d3fpHVM/s1600/search-button.png) no-repeat;
border-width: 0px;
cursor: pointer;
width: 30px;
height: 25px;
}
#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEguh3HbC6A4YotoWGTSSvOSfyujyFekyLwd3UmQ2HY8E6WGMkGXSMmQSJz61jjGr0wZ26yxLdAnhOE1aYo6C1SLtbKou5JEosW5WFLv70cZZbfvdVPiwe9MpPTd6yG4yYUTSKXN1S6PoDh_/s1600/search-button-hover.png) no-repeat;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search" autocomplete="off">
<input name="q" type="text" size="15" placeholder="search..." />
<input id="button-submit" type="submit" value="" />
</form>
Search Box no5
<style>
#searchbox {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhCxiY6q_tAghFl-kIdijPHuykL4FQf1cHnecOpSWQd-NEXHkXsKsquCXOobM1DFxnHW6kSPD75lRKblj91B5raRufPxQxpXFoJ6Knaqc0Yx_hygdQibk2WG7TTN9sEONL3c40XOSkOd6V/s1600/search-box1.png) no-repeat;
width: 250px;
height: 65px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: transparent;
padding: 5px 0px 5px 20px;
margin: 10px 15px 0px 0px;
border-width: 0px;
font-family: "Brush Script MT", cursive;
font-size: 12px;
color: #595959;
width: 65%;
font-weight: bold;
display: inline-table;
vertical-align: top;
}
#button-submit {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMGIjxBjr25EpbZWh9R5uH8dPav5Po50ucwWo8A70NMcfoGbaIKkt_Isjx8bpe9Fg61PD_1NImCnvB041stYxIWF_4e7OcnO2o-nPxrgiIMpb3nKzQtb3VToTWTeMXrP5dHxiZX0Cwybta/s1600/magnifier.png) no-repeat;
border-width: 0px;
cursor: pointer;
margin-top: 10px;
width: 19px;
height: 25px;
}
#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkj7HHqZN71XWXRtRFaf0BBaOumL3D226yq31hkiasUxer-n3u44sml1g6Le7fZNv64wuyB4uWREF88EeGKoYk3-GnyapZgZ1tfGXpnxzUN5hw0mhdVy52vCUZpuBIzA_Sh9lTv8I_MKj1/s1600/magnifier-hover.png) no-repeat;
}
#button-submit:active {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkj7HHqZN71XWXRtRFaf0BBaOumL3D226yq31hkiasUxer-n3u44sml1g6Le7fZNv64wuyB4uWREF88EeGKoYk3-GnyapZgZ1tfGXpnxzUN5hw0mhdVy52vCUZpuBIzA_Sh9lTv8I_MKj1/s1600/magnifier-hover.png) no-repeat;
outline: none;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search" autocomplete="off">
<input class="textarea" name="q" type="text" size="15" placeholder="Search here..." />
<input id="button-submit" type="submit" value="" />
</form>
#searchbox {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhhCxiY6q_tAghFl-kIdijPHuykL4FQf1cHnecOpSWQd-NEXHkXsKsquCXOobM1DFxnHW6kSPD75lRKblj91B5raRufPxQxpXFoJ6Knaqc0Yx_hygdQibk2WG7TTN9sEONL3c40XOSkOd6V/s1600/search-box1.png) no-repeat;
width: 250px;
height: 65px;
}
input:focus::-webkit-input-placeholder {
color: transparent;
}
input:focus:-moz-placeholder {
color: transparent;
}
input:focus::-moz-placeholder {
color: transparent;
}
#searchbox input {
outline: none;
}
#searchbox input[type="text"] {
background: transparent;
padding: 5px 0px 5px 20px;
margin: 10px 15px 0px 0px;
border-width: 0px;
font-family: "Brush Script MT", cursive;
font-size: 12px;
color: #595959;
width: 65%;
font-weight: bold;
display: inline-table;
vertical-align: top;
}
#button-submit {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhMGIjxBjr25EpbZWh9R5uH8dPav5Po50ucwWo8A70NMcfoGbaIKkt_Isjx8bpe9Fg61PD_1NImCnvB041stYxIWF_4e7OcnO2o-nPxrgiIMpb3nKzQtb3VToTWTeMXrP5dHxiZX0Cwybta/s1600/magnifier.png) no-repeat;
border-width: 0px;
cursor: pointer;
margin-top: 10px;
width: 19px;
height: 25px;
}
#button-submit:hover {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkj7HHqZN71XWXRtRFaf0BBaOumL3D226yq31hkiasUxer-n3u44sml1g6Le7fZNv64wuyB4uWREF88EeGKoYk3-GnyapZgZ1tfGXpnxzUN5hw0mhdVy52vCUZpuBIzA_Sh9lTv8I_MKj1/s1600/magnifier-hover.png) no-repeat;
}
#button-submit:active {
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgkj7HHqZN71XWXRtRFaf0BBaOumL3D226yq31hkiasUxer-n3u44sml1g6Le7fZNv64wuyB4uWREF88EeGKoYk3-GnyapZgZ1tfGXpnxzUN5hw0mhdVy52vCUZpuBIzA_Sh9lTv8I_MKj1/s1600/magnifier-hover.png) no-repeat;
outline: none;
}
#button-submit::-moz-focus-inner {
border: 0;
}
</style>
<form id="searchbox" method="get" action="/search" autocomplete="off">
<input class="textarea" name="q" type="text" size="15" placeholder="Search here..." />
<input id="button-submit" type="submit" value="" />
</form>
Search Box no6
<style>
#searchbox {
width: 280px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbb-LeSm0Q8be-lxDM6vLhfH8Ns5xsNr_WJ4CNwOWN3sza6mwznMnDRh24x0DsR7hxhELArSetb5799Iu6Or6dNjPdrqucY0CSzTzrL06fsF8muPw_mgQskBPFrDyNkfz8dpDhXu0kq15u/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/AVvXsEhZ9E4k2lQ-IoJwMGXl9aF5wKkuo2Jq83s7uH2u5L6xNaPf_RWjLpKbgWnLihe-v2F_IHuyQRDBeTFvcZcHv3QfHXj3w9ulC-dqv0KgZYXqSikzUwELRVpGV4UcvP9vY2guc5HpY1nHuASW/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/AVvXsEhSxV-u31deUUZXp5c63rhKiSk8lukG4mhVeaBje-pL-WIXTBoVB2gce73Njn0WWlJcv8zKw1oSEXt3b3WsBU1BhdrT8-qjtd9zGRkpQB3hANXguruLG2-FiAmTun9-bVLaOpQ7SSd56Mye/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>
#searchbox {
width: 280px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgbb-LeSm0Q8be-lxDM6vLhfH8Ns5xsNr_WJ4CNwOWN3sza6mwznMnDRh24x0DsR7hxhELArSetb5799Iu6Or6dNjPdrqucY0CSzTzrL06fsF8muPw_mgQskBPFrDyNkfz8dpDhXu0kq15u/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/AVvXsEhZ9E4k2lQ-IoJwMGXl9aF5wKkuo2Jq83s7uH2u5L6xNaPf_RWjLpKbgWnLihe-v2F_IHuyQRDBeTFvcZcHv3QfHXj3w9ulC-dqv0KgZYXqSikzUwELRVpGV4UcvP9vY2guc5HpY1nHuASW/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/AVvXsEhSxV-u31deUUZXp5c63rhKiSk8lukG4mhVeaBje-pL-WIXTBoVB2gce73Njn0WWlJcv8zKw1oSEXt3b3WsBU1BhdrT8-qjtd9zGRkpQB3hANXguruLG2-FiAmTun9-bVLaOpQ7SSd56Mye/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>
Jika Anda menyukai Artikel di blog ini, Silahkan
klik disini untuk berlangganan gratis via email, dengan begitu Anda akan mendapat kiriman artikel setiap ada artikel yang terbit di Tips & Cara
Artikel Terkait Dengan "6 Cara Membuat Widget Search Box Keren di Blog "
25 comments:
Ketentuan Berkomentar:
1. Menautkan link aktif (anchor text) pada komentar secara otomatis akan kami hapus
2. Gunakan fasilitas Name/URL untuk menempatkan link anda
3. Dilarang berkomentar diluar topik artikel (SARA, pornography, provokasi,promosi produk)
4. Dilarang komentar spam
5. Berkomentarlah dengan baik dan sopan
6. Komentar yang tidak sesuai dengan poin diatas tidak akan dipublikasikan
Admin Tips & Cara
terimakasih telah berbagi informasi yang menarik dan bermanfaat sekali
ReplyDeletedi tunggu informasi selanjutnya, sukses terus
nice gan izin nyoba kunjung balik y http://kidahikiblog.blogspot.com/
ReplyDeleteYa agan @ Danz Kidahiki, ne baru aja ngintip blog punya agan hehehe....
ReplyDeletethanks gan sling brbagi y gan itung2 nambah tmn jg jngn lpa join us ny gan di blog ane
Deleteklu untuk menempatkannya di sudut kanan atas gmn tulisan kode htmlnya itu gan?
ReplyDeleteMas El mudah saja tinggal tambahkan kode yang saya kasih huruf tebal, sebagai contoh berikut ini:
ReplyDelete#searchbox {
background: #d8d8d8;
border: 4px solid #e8e8e8;
padding: 20px 10px;
width: 250px;
float:right;
}
..........
Mksh Gan... saya udah terapin di blog saya
ReplyDeleteberkenan kunjungi http://yandisangdebu.blogspot.co.id/
nice gan.. bisa diliat di http://jenggottekim.blogspot.co.id/
ReplyDeletenice gan. themenya simple dan mudah digunakan.
ReplyDeletebisa dilihat di http://www.raxion.cf
Mantaaaappp!!!!!!! Maturnuwun gan...
ReplyDeleteThanks
ReplyDeleteKurang berwarna mas... Saya recuest yang berwarna dong mas, hehehe
ReplyDeleteThanks.. izin copas cocok dengan background color blog sy: http://inicatat.blogspot.com
ReplyDeleteThanks gan, saya udah coba pasang di blog saya sendiri. dan hasilnya benar benar serasi dengan template yang saya pasang.
ReplyDeletehttp://ar-kaze.blogspot.com
ijin buat review di blog saya ya gan hehe...
thanks infonya gan sudah di praktekkan dan berhasil
ReplyDeleteThanks ya gan...Ijin pake...
ReplyDeletekeren bro... thanks ya..
ReplyDeletesalam kenal semua..
ini termasuk kedalam kategori responsive atau enggak gan?
ReplyDeleteHai Admin, Ini untuk Vendor apa? Blogspot / Wordpress?
ReplyDeleteboleh tuh, mampir juga ke www.penajingga.com
ReplyDeleteThank gan .ijin mengcopy code yah buat blog saya www.wisatagoogle.ga
ReplyDeletewih cocok banget nih di blog ane yang nomor 2 :D
ReplyDeletethanks gan :)
MANTAP GAN......
ReplyDeletenewbi pingin buat blog :
https://www.madrasahbisa.ga
Assalamualaikum.
ReplyDeleteJazakallahu khairan ya min, tutorial yang sangat bermanfaat, sudah dicoba di blogku 100% work, kalau admin berkenan mampir ini alamat web saya: https://sumber-positif.blogspot.com/
Wassalamualaikum.
Terimaaksih gan artikel sangat bermanfaat
ReplyDeletewww.koraninformasi.com