On Aug 23, 2007, at 4:16 AM, R. Rajesh Jeba Anbiah wrote:
On Aug 23, 1:03 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
I like jTip for all the same reasons, I really like the arrow, and
wish Karl's had it
It does have it if you set the option for it. See my reply to Kim.
<snip>
FWIW, when I tried one of the svn version, the "arrows" option
wasn't obeying; the arrow was coming only if we use jTip class. Not
sure, if it's still applicable.
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
Thanks for the note, Rajesh!
The deal with the arrows option is that it dynamically sets the
background-position property of the clueTip. You still have to
include a reference to the arrow background images in the css.
Here is the relevant css for the jtip theme:
.clue-right-jtip {
background-image: url(arrowleft.gif);
background-repeat: no-repeat;
padding-left: 10px;
}
.clue-left-jtip {
background-image: url(arrowright.gif);
background-repeat: no-repeat;
padding-right: 10px;
}
You'd have to apply similar style rules to whatever other
cluetipClass you want to have the arrows.
Hope that makes sense.
--Karl
_________________
Karl Swedberg
www.englishrules.com
www.learningjquery.com