RE: [cfaussie] Pop up text

2011-05-15 Thread Steve Onnis
Are you using a javascript framework like jquery or mootools? From: Brian Knott [mailto:bkn...@jbk.com.au] Sent: Monday, 16 May 2011 11:19 AM To: cfaussie@googlegroups.com Subject: [cfaussie] Pop up text Guys just a quick HTML / CSS question. I want to have some text pop up when I

[cfaussie] Re: Pop up text

2011-05-15 Thread Gavin Baumanis
Sounds more like a modal view, perhaps than a pop-up? Gavin. On May 16, 11:19 am, Brian Knott bkn...@jbk.com.au wrote: Guys just a quick HTML / CSS question. I want to have some text pop up when I roll over some words.  I can create a div and turn the display on/off with the onMouseOver

Re: [cfaussie] Re: Pop up text

2011-05-15 Thread Andrew Myers
Hi Brian, Is this the kind of thing you mean? Take a look at http://www.harness.org.au/meeting-results.cfm?mc=VO150511ms=vic If you put your mouse over the text 3WL 6 or similar you'll see what it does. This uses YUI 2 (http://developer.yahoo.com/yui/). Given my time ago I'd probably not use

Re: [cfaussie] Re: Pop up text

2011-05-15 Thread Barry Beattie
@Andrew This uses YUI 2 (http://developer.yahoo.com/yui/).  Given my time again I'd probably not use YUI, Just as an FYI / heads-up / IMHO, can I ask why? (no affiliation, just curious) thanks -- You received this message because you are subscribed to the Google Groups cfaussie group. To

Re: [cfaussie] Re: Pop up text

2011-05-15 Thread Andrew Myers
Hi Barry, I've just found there to be a better community around jQuery. I've also found YUI a bit bloated and overly complex to configure. Also (and gut feeling - no hard evidence to back it up) l think jQuery probably is a better thing to have on your resume - I don't see a lot of demand for

[cfaussie] jQuery Tooltip

2011-05-15 Thread Dale Fraser
Im looking for a simple (hopefully) example of this When I hover over something I wish to pop a tooltip (balloon) type thing, the data inside the needs to come from a remote cfc, ala Ajax. Anyone point me to a simple jQuery example on this Regards Dale Fraser

RE: [cfaussie] jQuery Tooltip

2011-05-15 Thread Steve Onnis
http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ From: Dale Fraser [mailto:d...@fraser.id.au] Sent: Monday, 16 May 2011 1:08 PM To: cfaussie@googlegroups.com Subject: [cfaussie] jQuery Tooltip Im looking for a simple (hopefully) example of this When I hover over something I

[cfaussie] MAD! Melbourne Adobe Developers meeting for Thursday 19 May 2011

2011-05-15 Thread Peter Robertson
Join us for two very interesting presentations, covering both the code and media sides of life in the Adobe sphere. Presentation 1: Andrew Spaulding, Ooyala Media management, content distribution, and ultimately how to make money from video! In this session Andrew Spaulding from Ooyala will

[cfaussie] Re: MAD! Melbourne Adobe Developers meeting for Thursday 19 May 2011

2011-05-15 Thread Chong
Hi, Will be there... i also RSVP on adobe.com Cheers, Chong On May 16, 2:10 pm, Peter Robertson peter.r.robert...@gmail.com wrote: Join us for two very interesting presentations, covering both the code and media sides of life in the Adobe sphere. Presentation 1: Andrew Spaulding, Ooyala

Re: [cfaussie] jQuery Tooltip

2011-05-15 Thread Xiaofeng Liu
Try this one: http://plugins.learningjquery.com/cluetip/# It has lots of configuration options to fulfill your needs. Regards, Xiaofeng Liu On Mon, May 16, 2011 at 1:14 PM, Steve Onnis st...@cfcentral.com.au wrote: http://bassistance.de/jquery-plugins/jquery-plugin-tooltip/ *From:*