check out the screenshot

it only happens in IE6 - (I checked with IE7 and OP9 and FF2 also)
when DHTML Navigation is enabled from the block admininstration

I have checked that the new 5.x-2.1 version of the theme is actually loading

I know it could be a DHTML menu bug but it actually behaves OK with other themes such as garland and
I am just reporting it here as a feature request (if you get a chance take a look at time or just have it in mind when you update the CSS)

CommentFileSizeAuthor
amadou_bug_1.png7.11 KBgiorgosk

Comments

jwolf’s picture

Assigned: Unassigned » jwolf
Status: Active » Closed (won't fix)
quinti’s picture

Hi

i think solution this is in dhtml_menu.js, changing:

this.style.paddingLeft = '2em';
this.style.marginLeft = '-2em';

for

this.style.paddingLeft = '0em';
this.style.marginLeft = '0em';
jwolf’s picture

I believe this is caused by the .menu class in Amadou's style.css file. If the .menu class is removed, the problem *should* go away. The .menu class was carried over from the Drupal-4.7.x version and is not needed in Drupal-5.x.

Also, see http://drupal.org/node/123587

jwolf’s picture

Status: Closed (won't fix) » Active

I'll remove the menu class from the theme's style sheet for the next 5.x version.

jwolf’s picture

Status: Active » Fixed

This has been fixed with the release of the 5.x-2.2 version

jwolf’s picture

Status: Fixed » Closed (fixed)