Click to See Complete Forum and Search --> : How to:CSS Bubble Tooltips


chats
06-09-2007, 06:40 AM
Hi,
I found this url : http://web-graphics.com/mtarchive/BubbleTooltips.html
This is what I am looking for, but how to add a link and an image to this this bubble? Any one got any idea?
Thanks

Fang
06-09-2007, 07:29 AM
Links are added automatically using the href attribute.
An image would be limited to a maximum of 150 x 150 due to the size of the background image(bubble)

Major Payne
06-10-2007, 01:17 AM
The BubbleToolTips is not pure CSS so you may have some problems with viewers who turn off JS:

Installation and customization of Bubble Tooltips is quite easy. They are composed mainly of four parts:

* A small javascript file of about 2Kb
* A small CSS for their presentation
* A single image in gif format for their graphics
* Four lines of HTML in the head section of the page(s)

Ron