Menu class id customize module

public
group: SoC 2008
T Yang - Thu, 2008-03-20 21:49

I recently come across the problem when I was porting one static site to drupal. Drupal will automatically provide a unique class id for every menu items. This is good but it is also very inconvenient to use css to customize the look of every menu item, especially if one wishes to use pictures instead of plain texts for menu items. I did it by add a snippet into the theme.

So I think a module that enable user to customize the menu class id DIRECTLY is useful. This module is also responsible for checking the existing class IDs of menu items to ensure that every id is unique.

Is this something you will spend three months on?

chx's picture
chx - Sat, 2008-03-22 22:01

This sounds a very good DROP task, two days maybe. Three months??


I have to agree...

cwgordon7@drupal.org's picture
cwgordon7@drupal.org - Sat, 2008-03-22 23:01

I have to agree with chx. I definitely cannot see anyone spending a week on this, much less three months. I'd estimate this at about 2-3 hours, tops. So, -1.


yeah, maybe a DROP task. I

T Yang - Tue, 2008-03-25 08:10

yeah, maybe a DROP task. I think it maybe helpful. Thanks.It seems that the menu module generates them. Because I'm new to drupal, I have a question, how can I make menu module to use the functions which I define in my own module?