Vertical Table
A vertical table can be used to display data with labels on the side of the information presented.
Classes
- lotusVertTable - Class assigned to the table
Basic Implementation
Use a table, assigned the class lotusVertTable.
Create your labels using th tags, with the scope="row" attribute, to help with accessibility.
Put the data in a td tag.
Examples
Sample HTML
CSS (tables.css)
Theme CSS (tablesTheme.css)
This is a simple table and has not changed since it's original implementation.