Metro Style Message Boxes using CSS3

Message Boxes using CSS3

Now a days Windows metro style design is very popular among web designers. So I am very glad to share a simple css3 code to display metro style message boxes. I have used little jQuery code to close the message boxes as well. I hope you will like this. CSS3 … Read more

Facebook Like Tooltip using Jquery & CSS

facebook tooltip with Jquery

Facebook like jQuery tooltip plugin with a flexible design that’s easy to customize. Implementation is straightforward and is easy to customize, has smooth fade-ins and fade-outs, and even gives you a number of different ways you can use those tooltips (including complex content). Download  View Demo Unique Features Checks for … Read more

CSS3 Mega Menu with Search Box

CSS3 Mega Menu

Hello guys! In this tutorial I will teach you how to create a pure CSS3 Mega Menu. Mega Menus are usually used on corporate/e-commerce websites, but they become more popular because they are a great way to display/organize content.  Let’s start with the HTML markup… Source: http://designmodo.com/create-css3-mega-menu/

Horizontal & Vertical Scrollbar jQuery Plugin

jQuery horizontal scrollbar

Utilizing jQuery UI, the feature-rich jQuery Custom Scrollbar plugin allows you to, via CSS, customize scrollbars exactly as you need them. It works on all major browsers (incl. IE 10, 9, 8 & 7) and on iOS and Android. It features vertical/horizontal scrolling, mouse-wheel support, scroll easing, adjustable scrollbar height/width and more. … Read more

New jQuery Plugin Registry

jQuery Plugin Registry

Currently, the jQuery project provides powerful back-end components for developers, but those seeking new plugins are forced to explore a multitude of different sources. On Wednesday, the jQuery Foundation relaunched their jQuery Plugin Registry with a much improved UI, providing a single source for plugins. The community formed around jQuery flourished. However, … Read more

Multiple Select Boxes using Jquery

multiple select box jquery

Select2, based on the Chosen library, is a feature-rich jQuery based replacement for standard and boring select boxes. It supports searching, remote data sets, infinite scrolling of results and offers the ability to add results from the search term entered by the user, which allows it to be used for tagging. … Read more

CSS3 Facebook Style Buttons

Creating Facebook style Buttons using simple CSS & CSS3 Buttons To create the default “button” add a class of uibutton to any appropriate element. To create the blue variant include an additional class confirm. To create the green variant include an additional classspecial. Grouped buttons To created grouped buttons wrap them in an … Read more

CSS Search Box Design – Windows Metro Style

I am going to share simple css search box design with html & css code. Its looks like window metro style search box. CSS Code Html Usage [php] <form method="get" id="search" action="http://w3lessons.info/"> <input type="text" class="search" value="Type and hit enter" onblur="if(this.value == ”) { this.value = ‘Type and hit enter’; }" … Read more