Is it possible to actually add the image as in image tag inside the anchor?
E.g. Markup:

  <a href="menu"><img><span>Menu Link</span></a>

I would prefer that route rather than hardcode a css stylesheet. Otherwise it makes it very hard to style.

Comments

konsumer’s picture

+1

konsumer’s picture

alternately, just applying the image to LI instead of A would do it to. This way you can style the text separate from the text. (albeit, using gross !important's.)

acrollet’s picture

This would be a fairly major change to how the module has always worked, but I'm happy to review a patch...

acrollet’s picture

Status: Active » Closed (won't fix)

Haven't heard back so closing, but feel free to re-open if you have a patch.

acrollet’s picture

Issue summary: View changes

updates