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
Comments
Comment #1
cameron tod commentedD6 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.
Comment #2
quietone commentedUpdating tags per Issue tags field and Issue tags -- special tags and for issue #3565085: Drupal core issue tag cleanup.