0
Welcome Guest! Login
0 items Join Now

Problem with Popups on Afterburner

  • Problem with Popups on Afterburner

    Posted 15 years 4 months ago
    • Hey,

      I am working on a simple site for a mate of mine. At the moment, the site is almost complete but I am having troubles with a car sales popup gallery.

      Site URL: www.kadinausedcars.com.au/cars-for-sale.html

      I think the problem is only with Firefox (latest version).

      Any ideas? Someone said z-index for the menu or something but I got no idea.
  • Re: Problem with Popups on Afterburner

    Posted 15 years 4 months ago
    • Hello,

      You need to open your roebox.css and find the first 2 blocks:
      #lbOverlay {
      background-color:#000000;
      cursor:pointer;
      left:0;
      position:absolute;
      width:100%;
      z-index:1000;  << add this line
      }
      #lbCenter, #lbBottomContainer {
      background-color:#FFFFFF;
      left:50%;
      overflow:hidden;
      position:absolute;
      z-index:1000;   << add this line
      }

Time to create page: 0.049 seconds