Friday, November 19, 2010

How to Change Default Input Text Size with Search Box?

How can I modify the default size of input text on search boxes?



I've been playing around with the custom search engines provided by Yahoo and Google. My only (aesthetic) gripe with both of them is the default text input size.



Thanks!How to Change Default Input Text Size with Search Box?
I believe you can use a custom stylesheet. What you need to do is have one where the file contains:



input { font-size: 150%; }



In safari, you can set it as your custom stylesheet in your preferences -%26gt; advanced. In other browsers, it is possible, but just look through the preferences for it. This works on google, but for some reason not yahoo. It will enlarge all of your input boxes though.

No comments:

Post a Comment