Submit your widget
106
Yays

A Tabbed Content Area With CSS3

Views 13126   downloads 3440   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…

112
Yays

Glow Tabs with Box Shadow CSS3

Views 23964   downloads 5692   Tabs

The “Glowing” Hover Effect Most of the CSS and HTML is pretty straightforward, so I won’t bore you with those details, I’ll just focus on the two primary effects that make the…

127
Yays

jQuery Vertical Slideshow

Views 29697   downloads 4501   Slideshow & Scroller

A vertical slideshow that is ready to be used now or it can be customized as you need. jQuery CODE $(document).ready(function() { $("#side-nav a").vertSlider( { text : new Array("LivePipe: here is the…

119
Yays

JQuery Carousel Tabber

Views 32253   downloads 4653   Slideshow & Scroller

Out of the box, billy is a basic scrolling carousel which can be implemented very easily. A person with little knowledge of either html or javascript can get billy working on a page within a few minutes.…

203
Yays

Simple Tabs w/ CSS & jQuery

Views 86017   downloads 19813   Tabs

Step1. Wireframe – HTML & CSS Use an unordered list for your tabs, and follow up with the “tab_container” container right below it. Make note that each list item (tabs) has an attribute…

131
Yays

Coda Tabs Slider Effect jQuery

Views 32390   downloads 7315   Slideshow & Scroller

Recreating this effect is simple to do if you know what plugins to use. There are plugins out in the wild already, but we want our jQuery to satisfy the following requirements: Degrades perfectly without…

100
Yays

A Keypress Navigation tabs jQuery

Views 9121   downloads 2273   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…

179
Yays

A Tabbed Content Rotator Using jQuery

Views 29778   downloads 5698   Tabs

we are going to create a tabbed content rotator (not sure what to call it really) using everyone’s favorite Javascript framework, jQuery and an interface library called jQuery UI. This effect can…

85
Yays

jQuery tabs plugin

Views 10533   downloads 2107   Tabs

Lazy Tabs is jQuery plugin created for Lazy framework but it can be used (in his alone version) as every other JQuery plugin. It implements a Tab panel interface. The HTML structure has to looks like…

102
Yays

jquery tabset

Views 16204   downloads 3132   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>…

103
Yays

Tabbed content with jQuery

Views 18330   downloads 4122   Slideshow & Scroller

In this example we'll going to show you some web development techniques that can be used in your next projects. This will cover some CSS, HTML and jQuery tricks. First thing we need is some basic HTML…

94
Yays

jQuery Sliding Tab Menu for Sidebar

Views 12221   downloads 2410   Tabs

a sliding tab menu for your sidebar by using jQuery and jQuery.scrollTo. We will be using a famous plugin called jQuery.scrollTo. jQuery scrollTo is an amazing plugin and doing sliding menu has never…

135
Yays

DOMTab - Navigation tabs with CSS and DOMscripting

Views 9496   downloads 1775   Tabs

DOMtab is a JavaScript that turns a list of links connected to content sections into a tab interface. The script removes any "back to top" links in the section and automatically hides all but the first…

107
Yays

Sweet tabbed navigation using CSS3

Views 12900   downloads 3121   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…

99
Yays

BBC Radio 1 Zoom Tabs jQuery

Views 11146   downloads 2068   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…