Page 1 of 1

jQuery elements' z-index

Posted: Sun Nov 29, 2015 1:53 am
by EJLD

Hi There, I could manage to bypass this issue yesterday, but today I need ...
I'd like to place a canvas on top of the jQ header.
However, whatever value I give as z-index, my canvas remains always below the jQ element.
I even tried to retrieve the jQ ele's zIndex itself but it returned nothing :(
Would you guys have a trick (as usual :) ) ?
Thks a lot in advance,
Eric


jQuery elements' z-index

Posted: Mon Nov 30, 2015 3:35 pm
by Serhii Kulibaba

Hello,

Please add z-index property for that element, which is lower than canvas' one.


jQuery elements' z-index

Posted: Mon Nov 30, 2015 10:17 pm
by EJLD

thks Sergiy, I tried but didn t work either (Appery header name, jQ #id, ...). anyway I found a bypass setting the header cpnt's height to 0, and replacing with a fake header as new compnt :) just that I cannot remain when scrolling but that's fine :)
hv a good day