We are Currently Undergoing Maintenance

Justice for Day Scholars Site will be back Soon

Tab 16
One might well argue, that...
Tab 17
... 30 lines of CSS is rather a lot, and...
Tab 18
... that 2 should have been enough, but...
  • Tab bar should be duplicated on each tab.
  • Initially shown tab has to be the last.
  • In IE < 9 all tabs are shown.
  1. Show only the last tab.
  2. 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.

[doc_library]