This article discusses why it's is not a good idea to use underscores in CSS ids.

I recommend changing <div id="admin_menu"> to <div id="admin-menu"> and changing all of the CSS and JS files appropriately.

This is a minor bug, but easy to change.

CommentFileSizeAuthor
#1 admin_menu-DRUPAL-5--2.css-underscore.patch9.85 KBsun

Comments

sun’s picture

Status: Active » Needs review
StatusFileSize
new9.85 KB

Nice finding. Attached patch needs testing.

sun’s picture

Status: Needs review » Fixed

Thanks, committed!

Anonymous’s picture

Status: Fixed » Closed (fixed)

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