Problems with selectable and the selectionsquare

Problems with selectable and the selectionsquare


Hi,
I want to use selectable from jquery ui in my project. I just tested the
demo code and everything wents fine, but when i put that code into my
project, the selectionsquare (the helper div) is one layer lower than my div
where i actually need it. Thats probably a problem with the z-index, but i
don't know how to fix it.
The code in js is just:
jQuery("#viewDiv").selectable({
            filter: "div"
        });
and in html:
<div class="viewDiv" id="viewDiv"style="width:100%; height:100%; overflow:
auto;" />
So does anybody know how i can fix that problem?
Regards
May
--
View this message in context: http://www.nabble.com/Problems-with-selectable-and-the-selectionsquare-tp21091381s27240p21091381.html
Sent from the jQuery UI Discussion mailing list archive at Nabble.com.