Veer West Log

About web development, software as a service and entrepeneurship.

Side-by-Side Tabbed Panel Example

First, here's a very basic DHTML (HTML+CSS+Javascript) implementation of tabbed panels.

First tab content
Second tab content
Third tab content

 

Now, the same panel, but powered with XUL if you are using Firefox. In any other browser the two panels look identical.

First tab content
Second tab content
Third tab content

 

Source code: panel and dependant files: class and aux

 

Back to the associated blog entry.