Trang thông tin của Poker Magician !

- /

Đây là searchbox mà tôi đang dùng, các bạn có thể xem demo ngay trên trang của tôi. Để đưa nó vào blog, các bạn làm theo các bước sau:

1. Vào Thiết kế => Chỉnh sửa HTML. Chèn đoạn code sau vào trước thẻ  ]]</b:skin> :

#navisearch {
float:right;
margin:0 1px 0 0;
padding: 0 6px 0 6px;
border:1px #eca46a solid;
}
#navisearch .search-text {
 width: 148px;
 margin:0;
 padding-bottom: 2px;;
 font: normal normal normal 12px/16px Verdana, Geneva, Tahoma, sans-serif;
 color: #eca46a;
        border:none;
        outline:0;
 background-color: transparent;
 }
#navisearch .search-submit {
 width:auto;
        margin:2px 0 0 0;
 }

2. Save template. Vào Phần tử trang, tạo một tiện ích HTML/JavaScript rồi dán code bên dưới vào:

<div id="navisearch">
<form action="http://www.google.com.vn/search" method="get" target="_blank">
<input class="search-text" id="search-text-" name="q" onblur="if (this.value == &quot;&quot;) {this.value = &quot;Tìm kiếm...&quot;;}" onfocus="if (this.value == &quot;Tìm kiếm...&quot;) {this.value = &quot;&quot;}" tabindex="7" type="text" value="Tìm kiếm..." />
<input checked="checked" value="tqdoan.tk" name="sitesearch" type="hidden"/>
<input class="search-submit" name src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiODT0lRRnxRck2sSpYPuG93f7D1bLu2nMhbpUukWgIfCeIBGqoJUbhnn13hchBR2pNhlVohmYToP85SZ_znTol-a0rX8AyigChHkuoYe8OON1LOibQAG0_5PwbgIYCd5Q72V17v6OnCGoQ/" type="image" value="Search" />
</form>
</div>

Thay tqdoan.tk thành URL của bạn.

Chúc các bạn thành công !