is it possible to create a tabbed interface using just css, no javascript? I mean to be able to switch the tabs using css/html, without javascript. Maybe with CSS 3.0?
In pure CSS3 you can use the :target selector to achieve a "tabbed interface". Just google "tab css3 :target". Here's a tutorial about it.
:target