function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
nageswaranageswara 

navigation css issue

Hi all,

 

           i have create a left navigation using menu(navigation), in that parent and child relations ship. like

Product1

     subprodut1

      subprodut2

product2

           i created css for menuitem-selected but how to create when child element selected also apply css parent also  

my css for 

 

parent :#sidebar_left .left_navigation li.menuitem-selected

 

for child :#sidebar_left .left_navigation li ul li.menuitem-selected

 

        when select child record the parent record also apply parent css but my css styles is not applied 

 

Thanks