7.1

Table Of Contents
#tableOverview tr.record:hover {
background-color: #E6E6FF;
}
Buttons
The buttons below the overview table are created using the <input> tag with a class formButton. The buttons have a unique id
allowing you the specify the style per button. The buttons are enclosed by a <div> tag with a class of toolbar.
Edit forms
A form is an area that can contain form fields. Form fields are objects that allow the visitor to enter information - for example
text boxes, drop-down menus or radio buttons. When the visitor clicks a submit or save button, the content of the form is sent
to PrintShop Mail Web.
The Edit User Info form
The following sample shows a stripped down source code of an edit form. Like the overview pages all elements are sur-
rounded by a content <div> tag. The first child of this tag is the <form> tag.
<div id="content">
<form action="site.php?formid=person_edit_form&amp;id=2"
autocomplete="off" name="personEditForm" method="POST" id="personEditForm">
<div id="personEditFormContent">
<div id="cPropertiesHeader">Properties</div>
<fieldset id="cGeneralFieldset">
©2010 Objectif Lune Inc - 235 -