list Marker next to Menu Graphic
cgraves - March 24, 2008 - 22:33
| Project: | Imagemenu |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
When a graphic is added for a button what looks like a text list marker appears before the graphic.
So the look is
" . Button
. Button2" etc.

#1
Yes, by default a list marker is added (like in core Drupal menu) because Imagemenus now use ul-li style for html output. But you could change this by adding new class to your css file - ".imagemenu" where you could store something like "list-style-type:none;" and markers will disappear.
#2
I tried that (adding an .imagemenu section to css ) but it didn't work. It may be that I got it slightly wrong, but it still has the marker.
#3
Hi!
Use "background: none" for the following styles to hide markers:
.imagemenu .leaf
.imagemenu .expanded
.imagemenu .collapsed