Many users have experienced issues with Lightbox appearing behind Menu bars or behind other Lightboxes, if more than one lightboxes exist in the same page. This issue is encountered with BV v.12
Here is a solution until this is fixed in BV:
Please open your BV page.
Go in View -> Page HTML
Copy and paste in the page HTML, Begining of Body, the following code:
Here is a solution until this is fixed in BV:
Please open your BV page.
Go in View -> Page HTML
Copy and paste in the page HTML, Begining of Body, the following code:
Code:
[FONT=verdana] [SIZE=2]<style type="text/css"> #lightbox { z-index: 2999; } #overlay { z-index: 2990; } < /style> [/SIZE][/FONT]
Comment