03-10-2008, 10:37 AM
|
#13 (permalink)
|
|
The Prestige
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
|
Check this out.
mootools demos - Tips
Really easy.
html Code:
<h3>Tips 1</h3> <img src="/demos/MousewheelCustom/moo.png" alt="mooCow" class="Tips1" title="Tips Title :: This is my tip content" />
javascript Code:
var Tips1 = new Tips($$('.Tips1'));
__________________
|
|
|
|