DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Search Bar Code
fieldset.search {
border: none;
width: 243px;
margin: 0 auto;
background: #222;
}
.search input, .search button {
border: none;
float: left;
}
.search input.box {
color: #fff;
font-size: 1.2em;
width: 190px;
height: 30px;
padding: 8px 5px 0;
background: #616161 url(/statics/images/search/search_bg.gif) no-repeat;
margin-right: 5px;
}
.search input.box:focus {
background: #616161 url(/statics/images/search/search_bg.gif) no-repeat left -38px;
outline: none;
}
.search button.btn {
width: 38px;
height: 38px;
cursor: pointer;
text-indent: -9999px;
background: #fbc900 url(/statics/images/search/search_bg.gif) no-repeat top right;
}
.search button.btn:hover {
background: #fbc900 url(/statics/images/search/search_bg.gif) no-repeat bottom right;
}
#footer {clear:both; padding:20px 20px 40px 20px; font-size:85%;}
#footer p {margin:0;}





