need to create search textbox
http://www.htmlforums.com/html-xhtml...tml#post857992
Hello,
I'm trying to create a search textbox. It should contain a spyglass icon inside the textbox aligned to the right. It needs to conform to the following criteria:
* the spyglass needs to be clickable with a customizable javascript handler to handle the click event.
* When the user enters text into the textbox, it should not overlap with the spyglass.
* There should be no X to the right of the textbox. Some textboxes have an X to the right which clears the text if clicked. I don't want this.
* It should work in at least IE and Chrome.
Can someone help me with this? Thank you.