Hi All

I'm always having problems with the menus on IE, etc..., you know...

here my proposal for system-menu.css, collapsed, expanded and leaf

li.collapsed {
  background:transparent url(../../misc/bkg-li-menu.gif) no-repeat scroll left -20px; /* LTR */
  display:block;
  list-style-type:none;
  padding:0 0 0 14px; /* LTR */
}
li.expanded {
  list-style-type: none;
  background:transparent url(../../misc/bkg-li-menu.gif) no-repeat scroll left -85px; /* LTR */
  display:block;
  padding:0 0 0 14px; /* LTR */
}
li.leaf {
  list-style-type: none;
  background:transparent url(../../misc/bkg-li-menu.gif) no-repeat scroll left 10px; /* LTR */

tested only ie IE7 and FF 3.0.1, and only probed with one submenu, but i think this way can be the best:
1st, agrouping the 3 images in one,
and 2nd, with this way (using bkg image instead list-image) is best for IE, no?, really i'm not sure

the image can be something like this:
http://www.empresasdelugo.com/misc/bkg-li-menu.gif

and the result http://www.empresasdelugo.com

what do you think?

greetings

CommentFileSizeAuthor
bkg-li-menu.gif112 bytesquinti

Comments

cameron tod’s picture

Status: Needs review » Closed (won't fix)

D6 patches are no longer happening. This can easily be fixed with a custom theme, but if it is still annoying you, feel free to reopen this as a D8 issue.

quietone’s picture

Version: 6.10 » 6.x-dev
Assigned: quinti » Unassigned
Issue summary: View changes
Issue tags: -system-menu.css, -collapsed, -leaf, -bkg