I want a different style for the non-clickable items in my javascript drop down menu
Return to Recent Questions
Q:
We would like Subprograms to have
a different style than the items below it to visually indicate it as a
non-clickable header in my javascript drop down menu.
A:
You should disable this item. You should set "_" symbol for the item
target.
You can also set
var fontColorDisabled="#616321";
You can also create Individual Style for the disabled item.
Return to Recent Questions
|