These tabs are floatable.
Try to scroll the page - tabs float up and down staying always visible.
Tabs look like they have a vertical orientation.
In reality, they are horizontal, but each row has only one item.
To create a new row you should add "$" char at the beginning of an item text field:
["$item Text", ...]
Also, these tabs haven't any text.
Each item has an icon only.
To create an icon-based item without a text, you should set an empty item text field
and specify item icon fields:
["", "objectID", "icon1", "icon2", "icon3"]
Where: objectID - object you want to show after clicking; icon1 - normal state icon; icon2 - mouse over state icon; icon3 - selected state icon;
Also don't forget to specify the exact icon sizes in tabs parameters:
var biconWidth = 58;
var biconHeight = 54;
Create various fantastic pages with Deluxe Tabs!
You can use them as web-site menus
(tabs allow you to assign your own onclick events),
or as standard tab controls.
You can create different collection lists, notebooks, calendars, family photo albums and many others.
Results depend on your imagination only!
You can create both horizontal and vertical tabs. To switch between tabs click on the tab.