views:

77

answers:

1

I need to have the tabs as rendered by jQuery's semantic tabs (semtabs) but without the functionality that shows one div and hides the others.

Is there a simple way to prevent that functionality to happen?

The visual style is the result of several css styles plus some JS dynamic manipulation of styles and properties that would be too hard to implement separately, that's why I'm looking for a way to use semtabs but without the switching feature.

It should look something like this:
tabs

A: 

What do you want it to do if not switching the contents? If you would like to use this as a menu but without divs then use just li, u, and some tabbing css + images.

Balint Pato