Elegant CSS Pricing Table Design

Hi guys, Here I am sharing pricing tables with lots of colors using css to you.

Check out my earlier pricing table using CSS3 and Jquery  –

You can customize the pricing table color by adding css class to the div

  • Lime Green
  • Golden Color
  • Pink
  • Forest Green
  • Cherry
  • Violet
  • Cool Blue, Royal Blue, Navy Blue etc
<div class="price_table limegreen_table">
<div class="price_table royalblue_table">
<div class="price_table coolblue_table">
<div class="price_table golden_table">
<div class="price_table forestgreen_table">
<div class="price_table pink_table">

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/pricing-table-design-css” color=”orange” align=”after”]View Demo[/button]

Buy & Download Pricing Tables Bundle @ 1$


PayPal — The safer, easier way to pay online.

Support

After your payment successful, you will get an email with pricingtables.zip attached sent by itzurkarthi@gmail.com within 1 hour. If you are not seeing it, check the spam folder. If you still don’t see it, send me an email and I’ll resend you again.

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

Image Hover Effect using Jquery

Image hover effect using jquery

Hi guys, I’m going to share some interesting tip to add a nice hover effect on images with simple jquery code. Jquery Code Usage [sourcecode language=”html”]<img src="65.gif." class="hover-item" /> [/sourcecode] [button type=”download” url=”http://w3lessons.info/demo/jquery-image-hover-effect.html” color=”orange” align=”after”]View Demo[/button] Please don’t forget to share and subscribe to latest updates of the blog. Thanks!

Slideshare decks transformed into 3D Slideshows using HTML5

Introducing SlideShare 3D, an online tool that will transform any of the presentation decks hosted on SlideShare into a 3D slideshow with cinema mode. The slideshow is touch-enabled so you can use gestures like swipe and pinch to move between slides on a touchscreen device. Also, the slides are rendered in … Read more

Free Jquery Social Plugin using CSS3

A simple, powerful and elegant Social jQuery Plugin to display your social links. The plugin can be highly customized through 10+ options. Counts directly fetched using api for facebook and twitter 7 themes + easy structure to add more themes in css Static or Animated count display Advanced option to change the coloring style Bigger … Read more

Unblock Vimeo Video Website in India with Simple Trick

Popular video sharing sites like Vimeo and DailyMotion were blocked in India last month following court orders. Access to this site has been blocked as per Court Orders It happened because some movies were illegally uploaded to these sites, the content owners filed a copyright infringement complaint and the Indian … Read more

Fantastic Jquery wysiwyg Editor with more features – Redactor

Redactor – Fantastic WYSIWYG-editor on jQuery Redactor is written using the library jQuery . Tested on Mac OS and Windows, web browsers: Firefox 3 + Safari 4 + Chrome 4 + Opera 10 + IE 7 + How does the editor Redactor replaces the <textarea> edited by <iframe> , thus creating a toolbar with a set of control … Read more