can we see aworking demo ?

On 7/18/06, Athman,Joseph J <[EMAIL PROTECTED]> wrote:
There is a note on the website which says: The following is a Netflix
copycat. Note: Does not work properly in IE properly, as it uses 24bit
pngs, which IE doesn't support (by default:)

Because of this I did not use the "Netflix" style tooltip, just the
normal style.  In addition to the above note, I did have some issues
with it (not IE specific though).

I didn't like the idea of having to add a bunch of divs on my pages.  So
I needed to dynamically create new tooltip divs.  My problem was when I
attempted to dynamically add the tooltip via the
Tooltip.add ('idOfActivator', 'idOfTooltip'); function he describes on
the website it didn't work correctly.  However, when the div had the
"tooltip" class defined everything worked fine.  So this was my work
around (just the important stuff):

className = "tooltip for_" + startDiv.id;
Element.addClassName(outerDiv, className);

// make it a new tooltip, do normal setup
Tooltip.setup();

// move the tooltip to the cursor location
Tooltip.autoMoveToCursor = true;

//show the tooltip
Tooltip.toggle(startDiv, event);


That way you are using the class name to create the tooltip, however it
is still dynamic.  Did you have any specific issues with it in IE?


Joe Athman

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto: [EMAIL PROTECTED]] On Behalf Of
Athman,Joseph J
Sent: Tuesday, July 18, 2006 9:56 AM
To: rails-spinoffs@lists.rubyonrails.org
Subject: RE: [Rails-spinoffs] Re: Google/Netflix Like Tooltips

I wanted to let you know that this worked great.  I added a little to
allow for the tooltip to show dynamic content, but this helped out a
lot.  Thanks for the help finding this!

Joe Athman
St. Paul Travelers - IS Investments
651-310-7597


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] On Behalf Of Eric
Anderson
Sent: Wednesday, July 05, 2006 12:57 PM
To: rails-spinoffs@lists.rubyonrails.org
Subject: [Rails-spinoffs] Re: Google/Netflix Like Tooltips

Athman,Joseph J wrote:
> I need to have a toolip-like object which has dynamic content in it.
I

Have you checked out http://tooltip.crtx.org/index.php. Not sure if it
meets your needs.

Eric

_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs


========================================================================
======
This communication, together with any attachments hereto or links
contained herein, is for the sole use of the intended recipient(s) and
may contain information that is confidential or legally protected. If
you are not the intended recipient, you are hereby notified that any
review, disclosure, copying, dissemination, distribution or use of this
communication is STRICTLY PROHIBITED.  If you have received this
communication in error, please notify the sender immediately by return
e-mail message and delete the original and all copies of the
communication, along with any attachments hereto or links herein, from
your system.

========================================================================
======
The St. Paul Travelers e-mail system made this annotation on 07/18/06,
10:56:13.


_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs


==============================================================================
This communication, together with any attachments hereto or links contained herein, is for the sole use of the intended recipient(s) and may contain information that is confidential or legally protected. If you are not the intended recipient, you are hereby notified that any review, disclosure, copying, dissemination, distribution or use of this communication is STRICTLY PROHIBITED.  If you have received this communication in error, please notify the sender immediately by return e-mail message and delete the original and all copies of the communication, along with any attachments hereto or links herein, from your system.

==============================================================================
The St. Paul Travelers e-mail system made this annotation on 07/18/06, 11:45:38.


_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs



--
"I have learned that you should'nt compare yourself to others - they are more screwed up than you think." ...unknown

"In the 60's, people took acid to make the world weird.  Now the world is weird and people take Prozac to make it normal." ..unknown
_____________________________
Terry Remsik
stripe-man.dyndns.org
[EMAIL PROTECTED]
_______________________________________________
Rails-spinoffs mailing list
Rails-spinoffs@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs

Reply via email to