John Smith
John Smith

Reputation: 8811

Simplistic tab navigation that works on many browsers?

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

Answers (2)

John Smith
John Smith

Reputation: 8811

Used some JQuery because they said it was okay.

Upvotes: 0

George Eracleous
George Eracleous

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

Related Questions