Searchbox modification
-
This is my code
#searchbox {width:280px;
float:left;
padding:4px 4px;
}
#searchbox .textfield {
background:#666666;
line-height:18px;width:280px;
float:left;
}
#searchbox .switcher {
background:url(img/icons.gif) 0 0 no-repeat;
float:right;
width:18px;
height:22px;
line-height:14px;
display:block;
text-indent:-999em;
padding:0 2px;
height:16px;
margin-top:4px;
}
How can I change the text to white and how can it include a text ” search the site”
Right now it`s blank
- The topic ‘Searchbox modification’ is closed to new replies.