I have encountered an issue, and I can't figure it out.

I've tested this issue, and all works fine with the default garland theme with Drupal 6.x and CiviCRM 3,

but when I changed theme to the "Sky" theme, then the Administration menu does not go away.
http://drupal.org/project/sky

When I go to the CiviCRM section using FF & IE, The CiviCRM menu loads but then it dissapears below the Drupal Administration Menu.

Is there a place that I need to modify in the theme to ensure that the CiviCRM top menu loads instead of the Drupal Admin Menu?

I have also posted this issue on CiviCRM forums in hopes to resolve this.

http://forum.civicrm.org/index.php/topic,11874.0.html

Comments

Jason Brain’s picture

Assigned: Unassigned » Jason Brain
Status: Active » Fixed

Resolved the issue..

Line: 1730 to 1734 on style.css in the sky theme

WAS....
/* @group Admin Menu */
#admin-menu {
font-size: 11px;
z-index: 9999;
}

Changed to..

/* @group Admin Menu */
#admin-menu {
font-size: 11px;
z-index: 999;
}

Status: Fixed » Closed (fixed)

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