Hi
Just a simple question thats starting to bug me
I have a search form on a site, and while the style bit works for the text field and submit button it won't work for the select thingy...
Have a look at the screen shot:
I want the select to look the same as the input and submit boxes. Code I am using is below - any suggestions?
Thanks alot Rick
Code:<!-- login form --> &nbsp;Search:&nbsp; <input type="text" size="12" ..." style="font-family: Verdana, Arial; font-size: 11px; border: 1px solid #000000; background-color: #00CCFF" value="for..." onFocus="this.value='';" /> &nbsp; <select name="what" onFocus="this.value='';" style="font-family: Verdana, Arial; font-size: 11px; border: 1px solid #000000; background-color: #00CCFF"> <option value="1">Whole Site</option> <option value="2">Articles</option> <option value="3">Forums</option> <option value="4">the Net</option> <option value="5">Everywhere</option> </select> &nbsp;<input type="submit" value="GO" style="font-family: Verdana, Arial; font-size: 9px; border: 1px solid #000000; background-color: #00CCFF" />






Bookmarks