How I can make a Search field like a HOTMAIL Search Bing.
In which search button is inside a search field and there is a Bing image in search field and also when i click in search field, bing disappear. image is attached.
thanks in advance...
furqan219 -9 Junior Poster in Training
Recommended Answers
Jump to Post<form action="blabla google blabla get the url from webmnaster tools blabla" method='get'> <input type='text' style="background:url('searchtheweb.jpg');" onfocus='style="background:none;";'> <input type='submit' value='Search' > </form>
see the attached image
google MSN(bing) and yahoo have a bunch of html buttons to do just that on their webmaster gadgets pages
Jump to Postits working and showing picture but when I click picture does not disappear.
onfocus='style="background:none;";
my javascript is not perfect, sorry
tryonfocus='this.style.background="none";'
not perfect = not good at all
All 6 Replies
Serellyn 0 Newbie Poster
almostbob 866 Retired: passive income ROCKS
furqan219 -9 Junior Poster in Training
almostbob 866 Retired: passive income ROCKS
furqan219 -9 Junior Poster in Training
almostbob 866 Retired: passive income ROCKS
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.