I'm using a Zen subtheme and (currently) Drupal version 6.20. I installed the menu_icons module and have tried to change some of my "primary links" to show icons, but there is no apparent change. However, I can see, using FireBug, that classes "menu_icon" and "menu-nnn" (where nnn are numbers) are added as attributes to the anchor (a) tag of the link.
In further searching, I found a directory, menu_icons, in my site's "files" directory, and, in that, a menu_icons.css file, with the css code to define the "menu-nnn" attributes but not the "menu_icon" one.
This css code is framed by "span" tags, which is completely strange to me, so something else must be going on here: perhaps this whole file will be imported into an html file.
Apparently this isn't happening, because none of this is having any effect. I have been able to make it take an effect if I copy the css out and put it in my site's theme css file, but I'm sure that's not how it's supposed to work. So I'm posting this support request in hopes that I can resolve this problem.
I looked over the other issues and didn't see something quite the same.
Thanks.
Comments
Comment #1
isaakordonez commentedSuscribe! I have the same problem...
When I try to see the css file on the server I get the following message
Comment #2
caspercash commentedI am also getting this error. The css inside the menu_icons.css are wrapped with html span tag. Anybody knows how to workaround this?