Letractively / tooltips

Automatically exported from code.google.com/p/tooltips
0 stars 0 forks source link

Trying to set it up. #17

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello,

I just downloaded your tooltip library and followed your directions to the T. 
But when I go to my 
browser (Safari and Firefox on a mac) it dose not display the tip> SO I opened 
Firebug on FireFox 
and I am seeing this error:

Builder is not defined
appear()tooltips.js (line 66)
bind()prototype.js (line 71)
[Break on this error] this.tooltip = Builder.node("div", {className: "tooltip", 
style: "display: non...

My code for the tip is:

<p style=""><a href="#" class="help" title="Tooltip test text Tooltip test text 
Tooltip test text 
Tooltip test text Tooltip test text Tooltip test text">Hover me long-long way, 
baby!</a></p>

<script type="text/javascript" charset="utf-8">
     $$("p .help").each( function(input) {
          new Tooltip(input, {backgroundColor: "#333", borderColor: "#333", 
          textColor: "#FFF", textShadowColor: "#000"});
     });
</script>

ANy help would be greatly appreciated.

Original issue reported on code.google.com by BinderIn...@gmail.com on 9 Jan 2008 at 5:26

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Please ensure that builder.js is in the same directory as scriptaculous.js!

Original comment by m...@benjamin-rack.de on 23 Apr 2008 at 7:25

GoogleCodeExporter commented 8 years ago
having same issue, and builder.js is in the same directory.

Original comment by matthewg...@gmail.com on 12 May 2008 at 7:49

GoogleCodeExporter commented 8 years ago
I'm having the same issue

Original comment by r.haudenschilt on 1 Jun 2009 at 5:04