Possible to make a TAB not clickable?

Tabs module is the easiest and convenient way to create tabs in Joomla website with powerful features like JSON or XML support.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Mon Nov 04, 2013 8:48 am
HI there, I am wanting to make it so that a tab has a title for it, but that it is not clickable....so if you are in another tab and you click on it, it will not go to that tab that is only a title tab.

I am wanting to create this look on crumplers page where it has 'collections' tab: http://www.crumpler.com/au/

I was thinking I could do this by using the module titles name, but I am doing it within a GK Grid so the Tab module will not show the module title.

Thanks.
User avatar
Gold Boarder

GK User
Mon Nov 04, 2013 9:32 am
For anyone who may ever come across this (assuming it will work in all browsers as I havent tested yet), using a CSS for the first TAB you can use this:

pointer-events: none;

Which will make the tab not clickable.
User avatar
Gold Boarder


cron