Hi Ty,
Now that I've seen your example page, I don't think this is what
you're looking for, but something you wrote in one of these posts
inspired me to add an "activation" option to the clueTip plugin. So
now, you can do this:
$('a.something').cluetip({activation: 'click'});
All <a> tags with class="something" will display a clueTip, but only
if you click on them. Click again to remove the clueTip from view.
Maybe someone will find it useful anyway. Demo is here:
http://examples.learningjquery.com/62/
I hope to blog about this one soon, after I iron out a few more of
the features.
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jun 11, 2007, at 6:00 PM, [EMAIL PROTECTED] wrote:
I have a mockup with working menus now:
http://70.133.227.118/version1Bsubs.htm (temp link)
Sorry for not mentioning originally it was to be in the main
navigation.
Hover in the main menu over schools, service/support, job opps to see
pretty much the functionality I'm after.
This is supernote code for these menu's.
Innerfades doing a little news fade in the div just under the header,
and will also provide a slideshow.
Any ideas of supernote could benefit from jquery, it's working great
and was easy for a hack monkey like me to get working.
ty
On Jun 11, 9:32 am, [EMAIL PROTECTED] wrote:
Thanks sozzi, might be what I'm looking for, I just want the div to
show on hover and hide when the original link or opening div is not
hovered.
Is it possible with the jqModal plugin? Also I might want the hover
resulting div to popover the exisiting hyperlink/menu items on it's
own dhtml layer.
Any examples of something like that. Having to X-out to close a menu
type item is cumbersome almost immediately.
I am talking about a sites main menu navigation system in a left hand
column.
thanks.
On Jun 10, 4:55 pm, sozzi <[EMAIL PROTECTED]> wrote:
From our description you are not exactly looking for a tool-tip
solution, more a sticky note solution. Have a look at:http://
dev.iceburg.net/jquery/jqModal/
jqModal example 3c should be doing what you are looking for.
Have a nice weekend.
On Jun 8, 3:11 pm, [EMAIL PROTECTED] wrote:
Still not really a clickable solution is it?
The sticky version where you have to X out and close it is not
good at
all for a menu solution.
Maybe I'm stuck with twinHelix supernote.
Didn't get a chance to work on it. have to wait till monday.