I'm using the DDBLOCK module for a slideshow on my homepage; when the Superfish menu extends to the slideshow it gets cut off. I tried adjusting the Z-Index's but it doesn't seem to help.
Thanks,
-Sam

Comments

ppblaauw’s picture

Priority: Major » Minor
Status: Active » Postponed (maintainer needs more info)

Adjusting the z-index should solve the issue.
Do you have a link to your site, so I can help better?

trouble.tribbles’s picture

@ppblaauw
Thanks for the reply. Here's a link to the site im building: http://bbamtees.com/drupal

ppblaauw’s picture

Priority: Minor » Normal

adding the following to css should help make the wrapper containing the menu overlap the slider, when you have less than 100 slides:

#preface-top-wrapper{
  position: relative;
  z-index: 100;
}

Hope this helps you further, please let me know.

trouble.tribbles’s picture

Thanks! Worked. Issue resolved.

ppblaauw’s picture

Title: DDBLOCK hides Superfish » DDBLOCK hides Superfish (Fixed)
Status: Postponed (maintainer needs more info) » Fixed

Great is works!
Set status to Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.