I'm trying to write javascript code to disable a DHTML menu entry. It seems like basically I just remove the 'onclick' attribute on disable and add it back on enable.
Is there a cleaner way to do this? The menu is implemented with a series of DIVs and TABLEs.
The problem I'm having is figuring out which font to use for the greyed out text. Neither outline, emboss, nor engrave look like a standard greyed out menu item (in windows). Any idea of what font to use?
Is there a cleaner way to do this? The menu is implemented with a series of DIVs and TABLEs.
The problem I'm having is figuring out which font to use for the greyed out text. Neither outline, emboss, nor engrave look like a standard greyed out menu item (in windows). Any idea of what font to use?