Results 1 to 2 of 2

Thread: Menu bar over slideshow

  1. #1
    zignar is offline New Member: Posts Will Be Moderated
    Join Date
    Apr 2011
    Posts
    1

    Menu bar over slideshow

    Hi,

    I'm facing a problem in my website, when I select a image and shows under the menu bar as you can see in the image, I'm using artisteer 3 and visuallightbox 4.8.

    https://picasaweb.google.com/lh/phot...eat=directlink

    How can I solve this?

    Thanks

  2. #2
    Join Date
    Feb 2006
    Location
    Salisbury UK
    Posts
    4,332
    Without the page code I can't give a precise answer, but you need to find the parent divs or ul tag for the menu and for the image popup.

    Give the menu parent div or ul tag z-index: -1; position: relative; and the parent div of the image popup z-index: 10; position: relative;

    You can use position: absolute instead of position: relative if you need to, but that may affect the position in the screen. z-index needs either position: relative or position: absolute to work and it tells the browser which shows on top.
    Code downloaded to my PC will be deleted in due course.
    WIN7; IE9, Firefox, Opera, Chrome and Safari for Windows; screen resolution usually 1366*768.
    Also IE6 on W98 with 800*600 and IE8 on Vista 1440*900.

Similar Threads

  1. swf with Javascript slideshow - overlaps css menu
    By zduke in forum Web Design, HTML Reference and CSS
    Replies: 0
    Last Post: 21 Mar 2011, 10:42 AM
  2. webpage menu bar alignment
    By awang in forum Web Design, HTML Reference and CSS
    Replies: 1
    Last Post: 15 Apr 2008, 10:42 AM

Posting Permissions

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