li menu needs class of “selected”

前端 未结 7 1474
抹茶落季
抹茶落季 2021-01-15 18:20

when the user clicks on a menu tab i want it to remain selected with it a white button.

here is my attempt but its not working. if you click the home button it does

7条回答
  •  执笔经年
    2021-01-15 18:30

    #navigation li.a.seletected a.seletected 
    {
        background: white; // or background Image or whatever it is your doing to make this      white.
    }
    

提交回复
热议问题