Hi
I have ddblock working with custom theme modest-grey40. It's great!
I use Acquia Marina and have a drop down menu.
When an image in ddblock changes it masks the drop down. This happens in Firefox, Opera, Chrome. For once IE actually works and doesn't mask it!
Please can you advise hjow to fix this as I'm sure it's not a bug but a configuration somewhere.
you can see it at www.mobexx.co.uk/drupal
Thanks

Comments

ppblaauw’s picture

Assigned: markdl58 » Unassigned
Category: bug » support
Status: Active » Postponed (maintainer needs more info)

In this part of the of the CSS give the z-index a higher value e.g. 10

#primary-menu-wrapper  {
margin:0 auto;
position:relative;
width:960px;
z-index:5;
}

so it becomes

#primary-menu-wrapper  {
margin:0 auto;
position:relative;
width:960px;
z-index:10;
}

You need to disable CSS optimization and reload the page and apply it again or clear the cache at:
Administer > Site configuration > performance, to make the CSS changes work.

Hope this helps you further, please let me know.

Tip: When you assign an issue to yourself , it means: I will solve this and no one else needs to do something now. Leave it to unassigned so others will react.

markdl58’s picture

Status: Postponed (maintainer needs more info) » Fixed

Perfect!

everything works now.

Status: Fixed » Closed (fixed)

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

ppblaauw’s picture

Title: Drop down menu hidden » Drop down menu hidden (Fixed)

Changed issue title