Been looking everywhere for a tutorial. I want to create an overlay with tabs like how Google Chrome webstore does it. https://chrome.google.com/webstore/detail/boemmnepglcoinjcdlfcpcbmhiecichi
Can anyone point me to a tutorial or a combination of tutorials that would achieve this results?
Thanks!
Use CSS with rollover tags instead.
i.e.: http://unraveled.com/publications/css_tabs/
Alternatively use Javascript
The tabs for Twitter Bootstrap look clean and you won't have to restyle much to go for the Google look.
http://twitter.github.com/bootstrap/javascript.html#tabs
You can use jQueryUI tabs but you'll have to style them quite a bit to look like the Google page.