Click to See Complete Forum and Search --> : How to make a site search box smaller.


---
01-16-2004, 01:54 PM
Hello everyone,

I am designing an interface and my client wants a small site search box. Most of the search boxes I have seen are approximately 22 pixles high.( Yahoo, MSN, Google) I have space for 11-13 pixels. I am wondering what I will need do to 1>make the text entry box this small and 2> how to make the text inside smaller as well.

Any ideas,
Jason
itutoruNOSPAM@hotmail.com
(please take out the NOSPAM to email me)

DaveSW
01-16-2004, 02:03 PM
experiment with this: (put it in the head section of your code.)

<style type="text/css">
<!--
input {
font-size: 10px;
}
-->
</style>

decrease the font size as required. the box will shrink with it.