Posted by trouble.tribbles on July 22, 2012 at 8:40pm
3 followers
Jump to:
| Project: | Dynamic display block |
| Version: | 7.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1
Adjusting the z-index should solve the issue.
Do you have a link to your site, so I can help better?
#2
@ppblaauw
Thanks for the reply. Here's a link to the site im building: http://bbamtees.com/drupal
#3
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.
#4
Thanks! Worked. Issue resolved.
#5
Great is works!
Set status to Fixed.
#6
Automatically closed -- issue fixed for 2 weeks with no activity.