thanks, Glen and Web Specialist!
Glen, great idea for the fadeIn(). I'll see what I can do.
By the way, I posted a blog entry for "beta 2" last night, with more
enhancements/fixes and committed the files to svn:
BLOG ENTRY:
http://www.learningjquery.com/2007/07/cluetip-plugin-beta-2
SOURCE FILES
DEMOS:
default theme: http://examples.learningjquery.com/62/demo/index.html
jTip theme: http://examples.learningjquery.com/62/demo/alt-demo.html
Also, examples in original blog entry are using the updated script/
css now:
http://www.learningjquery.com/2007/07/cluetip-plugin-beta
As always, if anyone sees anything amiss, please let me know.
thanks,
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Jul 20, 2007, at 3:07 PM, Glen Lipka wrote:
Right now, I think this is a great plugin. Very easy to set up and
useful/usable.
Feature request :)
Wouldn't it be cool if it animated from the link to be full size?
Like fadeIn() or show().
That would be hot!
Glen
On 7/20/07, Web Specialist <[EMAIL PROTECTED]> wrote:
Karl,
Wonderful!
Cheers
2007/7/16, Karl Swedberg <[EMAIL PROTECTED]>:
Hi again,
Just wanted to let you know that I did a bunch of work on the
clueTip plugin this weekend and made some progress in a few areas.
A couple people requested that the clueTips look more like Cody
Lindley's jTips. Your wish is my command:
http://test.learningjquery.com/clue/demo/alt-demo.html
Here is a run-down of what I've modified:
- waitImage feature/option is now implemented
- added "arrows" option that sets background-position-y to line up
an arrow background image with the hovered element.
- the clueTip heading (<h3>) now comes before <div id="cluetip-
inner">, not first child of it. Makes it much easier to apply sane
CSS.
- fixed a positioning glitch when using the truncate option
- added alternate theme based on Cody Lindley's jTip and demo files
to show it (alt-demo...)
- changed $(document).width() to the more appropriate $
(window).width() for positioning clueTip x coordinate
- <div id="cluetip"> now gets class="clue-left" if positioned to
the left of the hovered element; gets class="clue-right" if
positioned to the right. Useful for styling the clueTip differently
based on where it displays
I haven't committed any of this to SVN yet because I'm hoping to
work out the IE6 drop shadow/CSS issues first. But everything is up
on my test server, so if you want to poke around, feel free:
http://test.learningjquery.com/clue/
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com