First of all I want to say that this is a question about a project for my university so I am more looking for pointers not direct answers. Any links pointing me in the right direction to study will be really appreciated.
I'm trying to create a slideshow using CSS/Html only, without using javascript. The requirements are:
- No Javscript.
- The transition will trigger when the URL hash (#foo) changes (it points to slide's id.
- Each slide will have a unique predefined id.
I found many examples for slideshows without javascript but every single one of them used links to achieve that. So the question here is:
How can I achieve that using IDs? Is there any way to show/hide elements using their id?
Note: I know that SO's rules discourage posting links instead of answers but in this case I would like to know if there are any resources to learn from! Thanks!