Posted by ratinakage on February 8, 2011 at 5:22am
2 followers
Jump to:
| 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...
| Attachment | Size |
|---|---|
| tabs.png | 50.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!!