With IE6, Garland, second level items of admin_menu jump off to the right,
and admin_menu is below the select_box.
See attached image.

CommentFileSizeAuthor
#4 admin_menu-DRUPAL-5--2.patch953 bytessun
#2 IE6withGarland.jpg247.25 KBryo
jump_off_admin_menu.jpg154.44 KBryo

Comments

sun’s picture

Status: Active » Postponed (maintainer needs more info)

1) Do you also encounter this issue at the showcase site?

2) See http://drupal.org/node/171987

ryo’s picture

StatusFileSize
new247.25 KB

> 1) Do you also encounter this issue at the showcase site?
Yes, I do.
See attached image, please.

downgang’s picture

The solution is:
1) Open admin_menu.css file
2) Replace 8-th code line
#admin_menu { position: absolute; top: 0px; left: 0px; font-size: 9px; background: url(bkg.png) bottom left repeat-x #101010; width: 100%; }
with another one:
#admin_menu {text-align: left; position: absolute; top: 0px; left: 0px; font-size: 9px; background: url(bkg.png) bottom left repeat-x #101010; width: 100%; }

As you see, the only difference is "text-align" attribute.

sun’s picture

Title: Probles with IE6, Garland » IE6: Margin problems using Garland
Version: 5.x-1.2 » 5.x-2.1
Component: Code » CSS / Browser Support
Status: Postponed (maintainer needs more info) » Fixed
StatusFileSize
new953 bytes

Wow. Committed attached patch. Thanks!

ryo’s picture

Confirmed the fix. Thanks many times!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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

dennys’s picture

Just a suggestion, I think there are still many users using IE6. Without this patch, admin_menu doesn't work on IE6. How about add a release for it.

sun’s picture

Thanks for the reminder :) I'll try to release a new version over the weekend.