13 jun 2012 17.17 John L.:
Rather than hard-code a width to fit, which CSS attribute(s) can I use to "trim" the width of the form?
A classic is to put percentage margins on the outmost element of the section. like
.dataEntryForm {margin-left:25%;, margin-right:25%;}
The same value will center the element which may not have a specific width.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.