Submit your widget
101
Yays

Sexy Tooltips with Just CSS3

Views 11662   downloads 2346   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…

101
Yays

a Bubble Coda Style with CSS3 menu tootips

Views 7404   downloads 2197   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…

101
Yays

Facebook-style tooltips with jquery plugin

Views 16295   downloads 3953   Tooltips

This is Simple Facebook-style tooltips plugin; Tipsy is a jQuery plugin for creating a Facebook-like tooltips effect based on an anchor tag's title attribute. Basic By default, tooltips will appear centred…

100
Yays

A jQuery Plugin for Zoomable, Interactive Maps

Views 12852   downloads 2558   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…

98
Yays

Very Useful CSS3 Speech Bubble

Views 9481   downloads 1853   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>…

97
Yays

CSS Image Maps With Pop-Up Tool Tips

Views 20373   downloads 2970   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…

95
Yays

jQuery Plugin for Stylish Tooltips

Views 9248   downloads 1844   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

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

Views 9007   downloads 2406   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…

94
Yays

Rollovers and tooltips with jQuery

Views 6877   downloads 2126   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…

94
Yays

a Nice, Lightweight JavaScript Tooltip

Views 6051   downloads 1276   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…

94
Yays

using jQuery and CSS3 a Speech Bubble Tooltips

Views 7877   downloads 1946   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…

92
Yays

jQuery Style tooltips plugin

Views 7289   downloads 1430   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 15010   downloads 3945   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

(Colortip)multiple color jQuery Tooltip Plugin

Views 6952   downloads 2035   Tooltips

we are going to write a simple jQuery tooltip plugin. It is going to convert the title attributes of elements withing your page, into a series of colorful tooltips. Six color themes are available, so…

90
Yays

jQuery multiple Tooltip plugin

Views 7467   downloads 1463   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…