Search Box with Select Option using CSS

Hi guys, Today I am going to share simple search box with select box option using css

Searchbox with selectbox option
Search Box with Select Option

CSS Code

#search-form { margin:70px 0 100px 170px; width:690px; overflow:hidden; }
#search-page-border { border:1px solid #dbdbdb; border-radius:4px; padding:7px; float:left; }
.search-terms { font-size:26px; border:none; }
#search-which { margin:0 10px; padding-left:8px; border-left:1px solid #dbdbdb; }
#search-which, select option { font-size:26px; }
#search-submit { padding:12px 30px; margin-left:20px; font-size:20px; float:left; color:#ffffff; background:#F00; border:none; border-radius: 3px; }
.accessibly-hidden {left: -999em;position: absolute;}

Html Code

[php]

<form action="#" method="post" id="search-form">
<span id="search-page-border">
<label class="accessibly-hidden">Search for:</label>
<input type="text" class="search-terms" name="search-terms" onfocus="if(this.value == ‘Search…’) { this.value = ”; }" onblur="if(this.value == ”) { this.value = ‘Search…’; }" value="Search…" />
<label for="search-which" class="accessibly-hidden">Search these:</label><select name="search-which" id="search-which" style="width: auto"><option value="members">Members</option><option value="groups">Groups</option><option value="forums">Forums</option><option value="posts">Posts</option></select> </span>
<input type="submit" name="search-submit" id="search-submit" value="Search" />
</form>[/php]

Please don’t forget to share and subscribe to latest updates of the blog. Also any comments and feedback are all welcome!

Thanks!

[button type=”anchor” url=”http://w3lessons.info/demo/searchbox_with_select/” color=”red” align=”after”]View Demo[/button]

Images with rounded, circle and polaroid styles using CSS3

rounded circle polaroid style image

Hi guys, Today I am going to share some amazing css code to turn your profile picture into circle, rounded and polaroid styles. Image : CSS code : Usage :  Download [button type=”anchor” url=”http://w3lessons.info/demo/rounded-circle-polaroid/rounded-circle-polaroid.html” color=”orange” align=”after”]View Demo[/button] [button type=”download” url=”https://www.box.com/s/vud0bi8jy1fz1ezebcyp” color=”red” align=”after”]Download[/button] Please don’t forget to share and subscribe to … Read more

Stylish Message Boxes using CSS and Jquery

Hi guys! I am going to share a nice css alert/note/success message boxes with customize close button using css and jquery As my earlier post http://w3lessons.info/2012/02/22/notification-message-boxes-with-css-jquery/ with stylish close button. Now I show you how to do the same notification boxes with better styled way. Here is the Jquery code for close … Read more

Stylish CSS3 Buttons with Icons

Today I am going to share how to create a stylish css3 buttons with alert icons by using simple css code. Please check out my previous post called css3 small , large download buttons without icon – link Features Information button Success button Warning button Error Button Add new button … Read more

Historic Profile Page using CSS

Hi guys, Today I am going to share how to create a beautiful historic profile page by using simple css. By using this you can able to highlight how your organization comes to present stage and how you can be here now etc. CSS Code Please don’t forget to share … Read more

Free Jquery Model Boxes using CSS

A simple and neat jquery based model boxes with the following features Free Download Box Mailing List Box Restricted Content Box Saved to Favorites Adjust Settings Panel Box Warning Box Error Box Download View Demo Source – Link

Free HTML5 and CSS3 Ebook Download

Hi guys, I have got this HTML5 and CSS3 eBook from one of my friend. This book was really awesome and cool to me. It has all the topics from html5 to design a rich interactive websites. I’m sure this free eBook helps you to gain knowledge on HTML5 and … Read more

Sticky Footer with Stylish Dropdown Menu using CSS & jquery

Hi Guys, here with I am going to tell how to make highlight your contact address, twitter updates and flicker kinda pictures in a footer. This Sticky footer with dropdown menu features always visible while visitor scrolling in a page. This makes quick and easy way of highlighting some important … Read more