jquery - Fotorama Covering other Divs - how can I set it to sit behind other content? -
i trying setup total window fotorama gallery background of page. have working pretty except not sitting behind of content (some in front end , behind. can alter z-index or create fotorama sit down @ back?
here code: http://jsfiddle.net/wp58mcpw/5/
insert '.fotorama' div within other div (so not mess css), on outer div insert css:
#fotorama_outer_div_id_here { position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; z-index: -1; }
jquery html css fotorama
No comments:
Post a Comment