/ Published in: CSS
PUBLIC DOMAIN.
Tested in Firefox 2, Opera 9, IE8 (Beta 1), IE6, and Safari 3. No issues with text resizing. Simply apply the 'tabset' class to any (un-)ordered list with hyperlinks, and it will be converted to a tab set.
Expand |
Embed | Plain Text
ul.tabset,ol.tabset{list-style:none;margin:0;padding:0;border-bottom:1px solid black;float:left;width:100%;} ul.tabset li,ol.tabset li{float:left;} ul.tabset li a,ol.tabset li a{color:black;text-decoration:none;display:block;padding:0.5em;margin-right:0.5em;border:1px solid black;border-bottom:0;}
You need to login to post a comment.
