Hi everybody,

I have a question with PRMenuWidget. I have a menu where I have background images for each menu item and the name of the link is inside the image. For example, I have a home.gif where that picture has the background image with the "HOME" written inside.

If I do this (in settings):

- *Contact us>/Contact us*

PRMenuWidget puts me in menu ul li the name ("contact us) and there is the href. However, what I want is:

- Don't show any text in menu ul li
- The href I want it for the whole menu ul li (the whole div) not only the text. I mean, I want that the user can click all over the menu background image.

Now, the question is, can I do this with PRMenuWidget ? If true, how ? If not, what should I do ? make my own menu seaside component ?

Thanks in advance for the help.

Mariano