My goal is to limit the use of javascript and rely more on CSS to achieve desired effects on my website. One feature I have developed is a modal that opens using hashtags and targets, similar to this example: http://codepen.io/maccadb7/pen/nbHEg.
While the modal function works as intended, I now want to add a CSS-only tab control inside the modal div. Most methods I've come across involve the use of hashtags and targets, which I've already implemented for the modal. However, having multiple hashtags in the URL is not feasible. Does this mean I have no option but to resort to using javascript?