jQuery Impromptu Tour - Opacity of Overlay

376 Views Asked by At

I'm using jQuery impromptu to show a popup box tour on my site (Example 19 at the bottom right of the page).

Is there a way to make a single container #idOfContainer NOT covered by the overlay? In other words, I want the entire page covered by the overlay EXCEPT the container (whatever element with the id attribute being referenced by Impromptu) that I am referencing in the tour.

1

There are 1 best solutions below

0
On BEST ANSWER

I solved the problem by changing the z-index with jQuery when the user clicks. :)