Results 1 to 5 of 5

Thread: Courosel v Facebox

  1. #1
    Join Date
    Nov 2010
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Courosel v Facebox

    1) Script Title: Facebox

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ebox/index.htm

    3) Describe problem: I have installed carousel on one part of my page and facebox on another link. Both work ok but when courosel is running and a link is clicked that brings up facebox the courosel appears over the top of the facebox, when it needs to go underneath.

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    • What Carousel are you referring to?

    • What browser and what version of that browser are you using?

    • Please post a link to a page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Nov 2010
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Using IE8 and Firefox, does the same in both.

    Link : http://v5.0.lawlincs.co.uk/

    If you click on " Make an appointment" the problem, bit of a layer problem perhaps will be seen

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In the facebox.css file increase the z-index value for the #facebox selector as shown:

    Code:
    #facebox {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 10000;
      text-align: left;
    }
    Last edited by jscheuer1; 11-25-2010 at 03:25 PM. Reason: English usage
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Nov 2010
    Posts
    12
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks John,

    works great

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •