Results 1 to 4 of 4

Thread: Slider Banner display over Suckerfish Dropdown

  1. #1
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Slider Banner display over Suckerfish Dropdown

    Hello guys,

    I tried to resolve this issue without results, take a look http://propuestas.br.inter.edu/portal/ .

    I apply this property to #navigation {z-index: 999;} without result.

    thanks in advance.
    Warcos

  2. #2
    User
    Join Date
    04-27-10.
    Posts
    134

    Default Re: Slider Banner display over Suckerfish Dropdown

    I take it you solved the issue as it looks ok to me.

    One other issue I spotted though in FF and IE8 (but not IE7), in the menu Servicios - Propuestas Especiales the slideout menu is cut off - fine in IE7 though...

  3. #3
    New user
    Join Date
    06-29-09.
    Location
    Puerto Rico
    Posts
    26

    Default Re: Slider Banner display over Suckerfish Dropdown

    Hello vinchenzison,

    Take a look again, i submit a wrong url. Sorry guys. ops:

    Thank in avanced
    Warcos

  4. #4
    Experienced user
    Join Date
    06-10-09.
    Location
    Atlanta, Georgia
    Posts
    611

    Default Re: Slider Banner display over Suckerfish Dropdown

    Warcos - have a look at this tip. It's for jQuery Superfish menus, but it's probably the exact same issue you have. Basically, just add this css:
    Code:
    #navigation {
        z-index:2;
    }
    #container {
        z-index:1;
    }

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
  •