Announcement

Collapse
No announcement yet.

LightBox Fix for BV12

Collapse
This topic is closed.
X
This is a sticky topic.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • LightBox Fix for BV12

    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:

    Code:
    [FONT=verdana]
     [SIZE=2]<style type="text/css">
    #lightbox
    {
       z-index: 2999;
    }
    #overlay
    {
       z-index: 2990;
    }
    < /style>
     [/SIZE][/FONT]
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  • #2
    Re: LightBox Fix for BV12

    Bravo!!! Thank you, Navaldesign for a solution!!! Excellent job!

    Comment

    Working...
    X