This repository was archived by the owner on Sep 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
API: CSS: Footer
nateemerson edited this page Aug 17, 2011
·
7 revisions
The <div#footer> entity represents a full width bar that spans the bottom of mobile pages in the framework. This bottom bar is a vertical region distinct from the main body.
This entity is employed on the front page of the framework to include a Copyright notice, a Help link, and a View Full Site link. It is not required on any other pages, though could be used by other pages to include other sorts of footer information. Note that this entity should not be used as navigation button, as the framework provides a button style for that purpose. (API: CSS: Buttons)
<div id="footer">
<p>University of California © 2011 UC Regents<br>
<a href="http://{MOBILE_DOMAIN}/help">Help</a> | <a href="http://{FULL_SITE_DOMAIN}">View Full Site</a></p>
</div>There are no variations of this style. It is intended to be universal between pages. However, a specific implementation may modify the text within the element if so desired.