Maybe the title is not that descriptive of my problem but here i'll give more details.
So, I have this web-site where the menu is a list, each list item is an anchor () to a different page. So far i've made it possible that when i hover on the li it changes the property of the text to strikethrough (using css: text-decoration:line-through).
BUT
how can i make it that after i click one of the menu's item the item clicked(the page im on) will remain with the strikethrough effect?
For example, im on 'home-page' and its name in menu is strike-throughe'd when i move to 'reservation', the 'home-page' clears the strikethrough effect and the 'reservation' gets the strikethrough effect?
I hope i made it clear what im looking for and somebody can help me with a solution to this!
Thanks in advance!