>Hi All, > >I'm looking for a JS script to do bubble/tool tip pop ups. > >I have pages of content that I need to pull glossary definitions out of and >popup them in a bubble/tool tip popup. > >Duane
I know this old, but I decided to do an example of it anyway. Here's the component I used and the examples: http://www.depressedpress.com/Content/Development/JavaScript/Extensions/DP_PanelManager/Index.cfm Skip all the way to the bottom of the page and look for "Popup Definitions". This was a quick knock-together, but it seems to work fine (you might have to fine-tune, or eliminate, the animation effects so they don't overlap and squash each other). I'm pretty pleased with this however: the PanelManager abstracted all of the DHTML work and allowed me to think exclusively about the actual problem at hand. The solution is (I think) pretty elegant and requires only a bit of added code to the content of the page (no functional code is required in the content). I may use this myself... Jim Davis ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Deploy Web Applications Quickly across the enterprise with ColdFusion MX7 & Flex 2 Free Trial http://www.adobe.com/products/coldfusion/flex2/?sdid=RVJU Archive: http://www.houseoffusion.com/groups/CF-Community/message.cfm/messageid:233836 Subscription: http://www.houseoffusion.com/groups/CF-Community/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.5
