hmm, i recently set up a search for my site w/ atomz.com. it seems to work pretty well. the only problems for me is figuring out somewhere to put it. i have it on my archive page right now, but it doesn’t look right anywhere i tried to place it on my front page. here’s the actual search box that i style. i’m not sure if looks right up on top (this link only works w/ ie4+).
function foo() {
document.all.search.style.position='absolute';
document.all.search.style.left='0';
document.all.search.style.top='0';
document.all.search.style.marginTop='10px';
}
right now i’m considering either putting it up there and letting it be hidden, or just making it a dhtml popup from the top bar. i really want to keep the simplicity of the design. it’s getting a bit crowded as is.