21May/101
Hide Google Custom Search Engine (CSE) Textbox
There doesn't seem to be any articles on this, so I will try to save you time by letting you know. Using firebug, we can inspect the textbox element to see it is a form with the class .gsc-search-box.
To hide the search box simply add this to your css:
.gsc-search-box {
display:none;
}
Enjoy this article?
Pages
Friends
Recent Posts
- Paging in PHP – PHP Paging Tutorial
- HostGator Discount Code 2010 – Cheap Web Hosting
- ING Direct Orange Key 2010
- Hide Google Custom Search Engine (CSE) Textbox
- High Rate Interest Account – Tax Free Accounts Canada
Buy me a Beer!
Categories
- ASP.NET
- C#
- Cheap Hosting
- Databases
- Finance/Investing
- General
- Javascript
- MySQL
- PC Maintenance
- PHP
- Programming
- SEO/Marketing
- SQL
- Uncategorized
- XHTML/CSS
Archives
Tags
advertising
backup
batch tips
batch tricks
batch utitilities
beginner css
C#
centering a container in ie
centering a div in ie
centering a wrapper in ie
centering in ie
change javascript alert button
change javascript alerts
change javascript button text
change javascript confirm button text
conditional comments
cross browser css
cross browser css fixes
c sharp
css
css design
css fixes
css hacks
css layout
css techniques
css tricks
custom dialog boxes
custom javascript alerts
custom javascript dialog boxes
custom php paging
development
easy javascript validation
easy jquery validation
fixing ie css
General
html
ie css
marketing
Programming
search engine optimization
SEO/Marketing
seo tools
tableless design
tableless layout
XHTML
August 28th, 2010 - 08:01
Hey nice very short ans sweet solution …..Keep it up…