Hi,
I got stuck with CSS in RADMenu.
I am having a CSS file for RAD Menu. It is having a lot of CSS class for a single RADMenu.
Its applied fine. I added a new CSS class named '.InnerSubMenu'.
I am applying the css in ".RadMenu1 .rmGroup .rmItem .rmLink .InnerSubMenu". Here, I am changing the font size to 8px. I also mentioned the font size as !important .
But I am having another one css class named ".RadMenu1 .rmGroup .rmItem .rmLink .rmText". Here the font size is 12px.
On examining, i found that the InnerSubMenu css class is applied initially.
But the rmText css class replaces the font size to 12px.
I cant change the rmtext class as it is applied for all nodes in the menu.
The innerSubmenu needs to be applied at particular point of time.
Kindly let me know, how can i achieve the scenario.
Thanks,
Vinoth
I got stuck with CSS in RADMenu.
I am having a CSS file for RAD Menu. It is having a lot of CSS class for a single RADMenu.
Its applied fine. I added a new CSS class named '.InnerSubMenu'.
I am applying the css in ".RadMenu1 .rmGroup .rmItem .rmLink .InnerSubMenu". Here, I am changing the font size to 8px. I also mentioned the font size as !important .
But I am having another one css class named ".RadMenu1 .rmGroup .rmItem .rmLink .rmText". Here the font size is 12px.
On examining, i found that the InnerSubMenu css class is applied initially.
But the rmText css class replaces the font size to 12px.
I cant change the rmtext class as it is applied for all nodes in the menu.
The innerSubmenu needs to be applied at particular point of time.
Kindly let me know, how can i achieve the scenario.
Thanks,
Vinoth