Submit your widget
100
Yays

Sexy Tooltips with Just CSS3

Views 11504   downloads 2305   Tooltips

One of the most common mechanisms for providing extra details beyond what you can see on the page is the tooltip (a design pattern for showing tips about a particular element on a screen).   While…

100
Yays

A Simple jQuery Tooltip

Views 9338   downloads 2468   Tooltips

Quick Facts Easy to use Choice of fixed, on click or follow mouse tooltip Highly customizable Compatable with Firefox 2.5+, Safari, Opera, Chrome and Internet Explorer 6, 7 & 8   Usage Start…

100
Yays

A jQuery Plugin for Zoomable, Interactive Maps

Views 12742   downloads 2516   Lightbox & Dialog & Overlay

Instructions There are four main components required to make the plugin run: the background images, links to pages that contain html data in the correct format, some CSS for style and finally the plugin…

99
Yays

a Bubble Coda Style with CSS3 menu tootips

Views 7301   downloads 2156   Menu & Navigation

we are going to create a tooltip using the famous coda style, which allows for an animated pop-up window that makes for a great effect. HTML First, we create our HTML file and inside the body tag we add…

97
Yays

Very Useful CSS3 Speech Bubble

Views 9396   downloads 1820   Tooltips

Just to show the concept i decided to make a speech bubble with a little pointer out of only html and css3. HTML: <div class="bubble"> <div class="pointer"> <div class="one"></div>…

95
Yays

jQuery Plugin for Stylish Tooltips

Views 9144   downloads 1803   Tooltips

A Single Background Image for Scalable Tooltips Suppose you need to code a scalable tooltip that looks like this (i.e. a tooltip with auto width/height based on the content inside it): he Usual Approach…

95
Yays

CSS Image Maps With Pop-Up Tool Tips

Views 20176   downloads 2927   Tooltips

Using an unordered list, a couple of images, and a little CSS, we can create an accessible "image map" with pop-up tool tips that provide our readers more information on the links the map contains. There…

94
Yays

using jQuery and CSS3 a Speech Bubble Tooltips

Views 7761   downloads 1901   Tooltips

There are a very lightweight and good looking tooltip without using any images. The HTML This tooltip is going to work on any <a> link that has a class of “sbtooltip” and contains a…

93
Yays

a Nice, Lightweight JavaScript Tooltip

Views 5927   downloads 1236   Tooltips

Introduction To begin, create the 3 files needed for this tutorial (index.html, style.css and script.js) and include the stylesheet and the script from index.html.  The most important things to remember…

93
Yays

Image-free Tooltip Pointers jQuery - A Use for Polygonal CSS

Views 8899   downloads 2362   Tooltips

The Design Approach The jQuery UI planning wiki page has several examples for the tooltips we intend to build into the library. For this article though, we're just focusing the following simple tooltip…

92
Yays

Rollovers and tooltips with jQuery

Views 6775   downloads 2085   Tooltips

The usual stuff, mouse over an icon changes image and shows a tooltip The markup This is pretty straight, just an unordered list with three items and each item has a link.   <ul id="iconbar"><li><a…

92
Yays

jQuery Style tooltips plugin

Views 7175   downloads 1389   Tooltips

Small in size (3kb) script to enhance the look of tooltips. It works just like browser’s native tooltips with few options and styling via CSS. By default, the script applies to any element with…

92
Yays

Multicolor tooltips CSS3

Views 14883   downloads 3899   Tooltips

If your icon or button has insufficient text or none at all, or it just needs some additional explanation, then you surely need a tooltip for it. Why’s that? Because, as they have proved till now,…

90
Yays

jQuery multiple Tooltip plugin

Views 7352   downloads 1432   Tooltips

This page lists jQuery plugins I’ve written. jQuery is a JavaScript library that makes writing JavaScript easy and fun. Like jQuery itself, all plugins are open-source, dual-licensed under MIT and…

89
Yays

JQuery and CSS3 Mobile-Friendly Tooltip

Views 19970   downloads 5855   Tooltips

Tooltip is a splendid invention. Small detail in web design that plays a big role when it comes to user experience. Usually, tooltips are used to present a tiny amount of hidden content (mainly explanatory,…