We are Currently Undergoing Maintenance
Justice for Day Scholars Site will be back Soon
- Tab bar should be duplicated on each tab.
- Initially shown tab has to be the last.
- In IE < 9 all tabs are shown.
- Show only the last tab.
- If
:target
matches a tab, show it and hide all following siblings.
The idea is to use :target
pseudoclass to show tabs, use anchors with fragment identifiers to switch between them.