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
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

kayukoff - March 25, 2008 - 11:44

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

cgraves - March 27, 2008 - 01:08

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

kayukoff - April 8, 2008 - 17:30

Hi!
Use "background: none" for the following styles to hide markers:

.imagemenu .leaf
.imagemenu .expanded
.imagemenu .collapsed

 
 

Drupal is a registered trademark of Dries Buytaert.