NoScript Tabs with CSS Menu
I am writing an article which requires sets of similar photos. Rather than take up too much vertical space I throught I might add slider/tabs into the article so I don't have to display so many images between blocks of text.
Next thing I had known I was creating this CSS Tab widget. The bar on the bottom of the images correspondss to the menu item that should be active. When I deploy this on my blog I'll more than likely use a line of JavaScript to give an "active" class on menu labels and use scale(1.075) as a visual aid as to which menu item is active.