Download & Extend

Any way to make rows of tabs?

Project:Tabs (jQuery UI tabs)
Version:6.x-1.3
Component:User interface
Category:support request
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

Hi all,

I would like the tabs to look totally different. I want them equally spaced out and spread out over a couple of rows.

Any ideas how I could do this?

Please see image for what I am trying to achieve...

Any suggestions would be great!

Thanks...

AttachmentSize
tabs.png50.97 KB

Comments

#1

You could do that with a list of links as an unordered list and apply css as need to get the results you show.

For example if that was a block showing a menu (or even the primary menu) you could display the li as 'block', float them left and set the width to get the columns.

#2

Wow!

That was quick... 7 minutes to respond.

You solved my problem. Thanks!!