Reputation: 8811
I'm looking for a way to have tabs on my webpage.
Unfortunately, a lot of them either use Javascript, JQuery, or advanced CSS that may not be present on older browsers (or enabled on newer browsers)
It's a simple matter of clicking a piece of text and having some text shown, or clicking another piece of text and having different textual data shown.
Is such a thing possible or will I have to use either advanced HTML5/CSS or Javascript/JQuery to accomplish such a thing?
Upvotes: 0
Views: 87
Reputation: 4412
Have you checked out Twitter Bootstrap? They have a simple to use tab thingy: http://twitter.github.com/bootstrap/javascript.html#tabs
It involves some Javascript but I think it's pretty simple to use it.
Upvotes: 1