How to get a highslide custom overlay Z-index to work? -


i have implemented highslide custom overlay contain 'next' , 'previous' links navigate between images. need links relative screen because i'm doing responsive website. set hs.registeroverlay({ relativeto: 'viewport' });. happens 'next' , 'previous' links appear under expander, regardless of z-index force of containing elements. how z-index work?

i don't think can address z-index values, because both objects (expander , overlay) being rendered highslide script itself, , imposes own stacking order.

the easiest fix problem restrict size of expander. let's links being placed @ bottom of viewport, , they're 30px tall. change hs.bottommargin default 15 45, , you'll fine.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -