Submit your widget
100
Yays

Sexy Tooltips with Just CSS3

Views 11539   downloads 2315   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 9364   downloads 2481   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 12772   downloads 2527   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 7330   downloads 2173   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…

98
Yays

Very Useful CSS3 Speech Bubble

Views 9416   downloads 1832   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 9179   downloads 1815   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 20228   downloads 2942   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 7792   downloads 1914   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 5964   downloads 1248   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 8927   downloads 2378   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 6800   downloads 2098   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 7208   downloads 1404   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 14919   downloads 3917   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 7385   downloads 1442   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 20008   downloads 5872   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,…