Footer
The footer sits at the bottom of the page and contains links to help and other features.
Classes
- lotusFooter - the class assigned to a wrapper div for the component
- lotusLast - the class that goes on the last table cell in each row (to get rid of the right border).
Basic Implementation
The footer is built using a table and contains columns of links.
Wrap the table in a div with class of Footer, and put lotusLast on the last td tags in the rows.
Examples
Sample HTML
CSS (footer.css)
Theme CSS (footerTheme.css)
This component started off being styled by using lotusFooter as an id. This is obsolete. Assign lotusFooter as a class.