Submit your widget
106
Yays

Organic Tabs(jQuery)

Views 11204   downloads 1969   Tabs

Have you ever seen a tabbed content area in a sidebar that was a little “jerky”? The jerkiness can be caused by a bunch of things, like the content in the tabbed areas are of different heights,…

106
Yays

Sweet tabbed navigation using CSS3

Views 12624   downloads 3016   Tabs

This example takes on the following CSS(3) properties: rgba opacity text-shadow pseudo selectors rounded corners gradients box-shadow HTML Before we do anything fancy with CSS, we'll need a decent backbone…

105
Yays

Slot Machine Tabs(jQuery)

Views 10557   downloads 1873   Tabs

Three columns in each content box rotate like a slot machine to reveal the content in the next content box when a new tab is clicked.

105
Yays

jQuery Flipping Content Tabs

Views 16594   downloads 3281   Tabs

Content Tabs have become more popular lately with more and more websites and blogs using them to show more content in lesser space. Today I am going to show you how to create content tabs with nice flipping…

105
Yays

jQuery Vertical Tabs Plugin

Views 48633   downloads 10257   Tabs

jQuery plugin for Vertical Tabs . There are 3 steps to (almost) every jQuery plugin: the HTML, the CSS and the JavaScript code. Step 1. The HTML <div id="vtab"> <ul> <li class="home"></li>…

104
Yays

A Tabbed Content Area With CSS3

Views 12793   downloads 3306   Tabs

Tabbed content areas, or content switchers, are all over the place. Numerous sites have used them as a way to contain more information in a single location without additional clutter. Tutorials on implementing…

103
Yays

Overlapping Tabbed Main Menu

Views 17145   downloads 3410   Tabs

Main navigation menu is that part of a website design that makes the whole site look lively and complete. But the most common type of navigation menu style still being used a lot is the tabbed navigation…

103
Yays

jquery slick Horizontal page tabs animation

Views 13633   downloads 1999   Tabs

Horizontal page animation with easing using jquery. A very simple and basic tutorial on how to animate content horizontaly using just a few lines of javascript. Start by loading the jquery library by…

102
Yays

jquery tabset

Views 15781   downloads 3007   Tabs

keep your tabs ordered! A useful component that let you build a tabbed interface really easily; ad you can even sort your tabs as you want! in the header: <script type="text/javascript" src="inc/jquery/1.3.2.min.js"></script>…

102
Yays

To scroll through content Tabs for jQuery

Views 10105   downloads 1929   Tabs

The example allows you to scroll through content by clicking on tabs, without the page having to reload. The content is already on the page, you just need some javascript to tell it to display. It’s…

102
Yays

MooTools Brilliant Animated Tabs

Views 15558   downloads 3017   Tabs

There are times when we need to display a bit too much content in a small space. One way to do it is by using tabs. Fancy tabs is a tabs navigation display that tries to cover most situations, from AJAX…

100
Yays

A Keypress Navigation tabs jQuery

Views 8710   downloads 2146   Menu & Navigation

The key to a succesful website is the ease with which a user finds what they are looking for. Thus, it’s worth spending a lot of time and effort in creating both useful and visually appealing navigation…

100
Yays

Beautiful CSS3 multicolour Dropdown Menu

Views 28334   downloads 7843   Menu & Navigation

This will colored tabs with slideout submenus. I don`t used any defined palette – tabs in different colors. Can warn, that all sliding effects will work only in FF, Chrome, Safary browsers, possible…

99
Yays

BBC Radio 1 Zoom Tabs jQuery

Views 10845   downloads 1955   Tabs

There’s three things that are happening in this effect: When you roll over the image, it zooms out slightly to reveal more of the image. Notice that it also keeps the top position static. The navigation…

99
Yays

jQuery Moving Tab and Sliding Content

Views 10001   downloads 1581   Tabs

how to create a moving tab slide content in this tutorial. Basically, the tab section simulate Lava Lamp Effect, and the content is using animate method to slide it.   1. HTML In the container #moving_tab,…