Closed (fixed)
Project:
Administration menu
Version:
5.x-2.1
Component:
CSS / Browser Support
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2007 at 20:33 UTC
Updated:
28 Dec 2007 at 14:19 UTC
Jump to comment: Most recent file
Comments
Comment #1
sun1) Do you also encounter this issue at the showcase site?
2) See http://drupal.org/node/171987
Comment #2
ryo commented> 1) Do you also encounter this issue at the showcase site?
Yes, I do.
See attached image, please.
Comment #3
downgang commentedThe 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.
Comment #4
sunWow. Committed attached patch. Thanks!
Comment #5
ryo commentedConfirmed the fix. Thanks many times!
Comment #6
(not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.
Comment #7
dennys commentedJust 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.
Comment #8
sunThanks for the reminder :) I'll try to release a new version over the weekend.