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
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;


Thank you in advance.
Reply all
Reply to author
Forward
0 new messages