Highlight tab in menu

前端 未结 5 1928
甜味超标
甜味超标 2020-12-28 18:51

I have a menu which is a ul

Home | Calendar | Settings

I want to highlight (via a css class) the selected tab in the menu.

Some lin

5条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-28 19:44

    The simplest way would be to check which controller is being used. I made up controller names, so of course you would replace 'home', 'calendar', and 'settings' with the correct names.

    • ">Home
    • ">Calendar
    • ">Settings

提交回复
热议问题