Bart
Member
Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
|
does anyone know how i could get this type of search box and button, similar to the one of this page?
http://local.live.com/
|
Bart
Member
Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
|
almost there, cant seem to get rid of the horrid box around it tho:
http://80.229.41.64/test.html
|
MikeLamb
Member
Registered: 23rd Sep 03
Location: Crowthorne Drives: Veccy SRI
User status: Offline
|
<INPUT type=image src="search_button.png" value=submit name=submit>
|
Ian
Site Administrator
Registered: 28th Aug 99
Location: Liverpool
User status: Online
|
On another note, 'Use the links to the left for the relative pricing documents.'
That's bad grammar, perhaps remove 'the relative'.
You could use 'respective' if you really want more words in there, but I personally would say less.
There are another examples of it elsewhere.
[Edited on 16-05-2006 by Ian]
|
Bart
Member
Registered: 19th Aug 02
Location: Midsomer Norton, Bristol Avon
User status: Offline
|
information noted, thanks guys.
One other thing, do you know how they get the nice image over the search box?
http://local.live.com/
|
matt10i
Member
Registered: 19th Jun 05
Location: Waterlooville, Hants
User status: Offline
|
quote: Originally posted by Bart
information noted, thanks guys.
One other thing, do you know how they get the nice image over the search box?
http://local.live.com/
us css:
<input type='textbox' name='searchtext' class='searchtext'>
then in css file
.searchtext { background-image: url('urltoimage/image.gif'); background-repeat: none; }
easy
|