One challenge I am facing involves creating a menu similar to the one on http://edition.cnn.com/.
I want the clicked button in the menu to receive focus, while the others lose it. Despite trying various methods, I have not been successful. Can someone offer guidance on how to accomplish this?
Another approach I considered: Putting focus in Html.ActionLink menu
Specifically, I wish for the selected button to retain focus after clicking, even after refreshing the page, with other buttons returning to their normal state or reverting back if previously selected.
Any suggestions would be greatly appreciated. Thank you.