feras_wilson
07-24-2007, 09:21 AM
Hi all!
I am trying to make a good looking search textbox with background image that taken from www.wincustomize.com (http://www.wincustomize.com)
The text comes over the search icon.
Can someone please give me the css they used?
Please help. I need the css!:confused:
feras_wilson
07-24-2007, 09:29 AM
Hi!
This is very good css to use so please help me.
_Aerospace_Eng_
07-24-2007, 09:55 AM
Okay so what have you tried? I think you've been here long enough to understand that this forum isn't about just giving someone code. Its about helping people with code they already have. So I ask again what have you tried?
feras_wilson
07-24-2007, 11:58 AM
OK, here you will get the code:
<!-- SEARCH BOX START -->
<div class="SearchBox_Region">
<div class="SearchBox_InputTextPos"><input type="text" onkeydown="return initKeySearch(event);" onkeypress="noenter(event);" class="SearchBox_Input" ID="_SearchText" maxlength="50" /></div>
<img src="/images/spacer.gif" class="SearchBox_Button" title="Search Site" onclick="return initSearch();">
</div>
<!-- SEARCH BOX END -->
I took it from wincustomize.com
its a search text box. i just need to know how they done the background and the search button. THE SEARCH BUTTON IS A PART FROM THE BACKGROUND IMAGE. I need to how they done it.