OK, first heres my CSS for the search widget
#searchform {
margin-top: -195px; margin-left: -75px; width: 190px;
}
#s{
background: transparent; width: 137px;
}
#searchsubmit{
background: red; background:url('http://sensico.files.wordpress.com/2009/01/go.png') 10% 50% no-repeat;
color: transparent;
}
The problem is that, my header overlaps the search bar so that if you were to click on the search bar them you would return to the home page, and on my last CSS theme I was able to move the search bar to the header without any problems but I don't know how I would fix this using the sandbox theme.
Next problem is trivial, but in the search form I would like the words "search here" to appear, and I was wondering if anyone knew how to do that.