set the active bubble tip to the front and set the other fading bubble tips to the back
20 views
Skip to first unread message
Adrian Liem
unread,
Mar 27, 2012, 10:40:33 PM3/27/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to bubbletip
Hi,
Do you have any tips where I should put the z-index codes in the
javascript?
I think it will be great if the active bubble tip can be set to the
front -- as well as the other inactive ones to the back.
I've been experimenting for some hours but no luck.
The z-index value was changed but the order of the bubble tips were
not changed.
What I've tried:
function _Show() {
_wrapper.css("z-index", 100);
var animation;
// ...
function _Hide() {
_wrapper.css("z-index", 99);
var animation;