Single page website
I have a single page website (one page only). I can navigate with a menu to get to different parts of the page with anchor name, just like (see sidebar):
Hide the other stuff
I want to hide stuff that does not belong the the current active page part and just show the information of the part that I'm looking at.
Question(s)
- Can I hide stuff that is not a part of the current #anchor_part with only CSS?
- Have you seen any sites already doing this?