Search box for blogger
Ở các bài viết trước Iris Tips đã giới thiệu cho các 1 số loại khung tìm kiếm. Sau đây là 1 vài kiểu Search Box khác.Cách thực hiện
Vào Bố cục >> Thêm tiện ích HTML/Javascript và thêm vào đoạn code bên dướiStyle 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>
Style 2
<style>
#searchbox {
width: 280px;
background: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM5ZBxLC3I7ekrzIB1Ml3WW_-U3KohODbPN-mzHqDgDQKXRL7y2qkCBIvxEiKf2_eAf1flO-VrG-U1IbeqDYOeMw0-soLcBBxe-qnl-kpJEybI9_fI4AU888x4ODGatmnGuRhcW531e2d3/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/AVvXsEgI1_barWw6aeMl_gjTGng5VnzYU-tOQiK7IBg20CKZL19nimjaO1vqxqPi5KYZvf-972XZnUy_PKwlMLdZfzs7UyJ80YcnGbQa3vTn9tpqe2AWdNho6JFY0ozt05xySJJUT7AgBQFlZ4FQ/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/AVvXsEi3QzOxNrpzfamtM8Pz-4oUc_q-ob_tnt2k7vJS4wLboZM-AbIDAHm8itUgFN0GTaMaLbvOO8Vvbbt7Gm-WSo0J2X0iGKFYW0iyPN8OI5P6WOHJ1PHpHe1A-PbCRt29l23Rg8fJrxSL-ah1/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>
Nếu có bất kỳ vấn đề khó khăn hay câu hỏi gì, bạn đừng ngần ngại, hãy để lại bình luận ở form bên dưới nhé.
Chúc bạn thành công!
Trên blog tớ có cái khung Google tìm kiếm tùy chỉnh nhưng không được đẹp nên có thể bấm vào khung tìm kiếm ở trên nhưng kết quả giống như Google tìm kiếm tùy chỉnh được không? à giống như tìm kiếm trên trang iris-tip này vậy
Trả lờiXóaÝ bạn là sao vậy? Cái khung tìm kiếm hay trang hiện kết quả tìm kiếm?
Xóabấm vào khung tìm kiếm thì nó hiện trang kết quả như Google tìm kiếm tùy chỉnh
XóaBạn tạo một trang với tên Search >> nhập code tìm kiếm Google tùy chỉnh vào.
XóaChỉnh đoạn code
<form action='/search' class='searchform' method='get'>
thành
<form action='/p/search.html' class='searchform' method='get'>
Làm sao bỏ các khung đây bạn, trông khó chiệu quá
Trả lờiXóahttp://i.imgur.com/PHrvVuF.png
Do CSS Table của template. Bạn thêm đoạn code này vào
Xóa<style type="text/css">
.post-body table td, .post-body table caption {border:none;padding:0;text-align:left;vertical-align:middle;}
</style>
Bik thêm chỗ nào đây ?
XóaBạn thêm vào trang Search, sau đoạn code Google tìm kiếm tùy chỉnh nhé.
XóaThêm rùi nhưng chỉ mất border trong kết quả còn border bao kết quả thì vẫn còn http://i.imgur.com/tX4F2YV.png
Trả lờiXóaĐã sửa xong, thank nhé
Xóa:)
XóaBạn ơi có cách nào thêm thanh tiềm kiếm vào menu của trang web mình không (https://lamnhap2018.blogspot.com)
Trả lờiXóaThì chèn code vào bình thường thôi mà bạn. Bạn tìm đoạn sau va chèn trước dòng đó
Xóa<!--Sidebar Responsive Menu-->
p/s: mình xóa cmt dưới nhé, bạn up ảnh không nén nên load nặng quá
Nhận xét này đã bị quản trị viên blog xóa.
Trả lờiXóa