Groups
Groups
Sign in
Groups
Groups
Object Oriented CSS
Conversations
About
Send feedback
Help
Form align
5 views
Skip to first unread message
Felipe Carreiro
unread,
Nov 30, 2009, 8:46:47 AM
11/30/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to object-or...@googlegroups.com
Hi, i´m Graphic Design and i have some questions. Now, i´m ask about <form> elements.
Is correct use structure of grids for align elements in box form?
Example:
<form>
<fieldset>
<legend></legend>
<div class="line">
<div class="unit size1of2">
<label for="inputa"> Label1</label>
<input type="text" id="inputa" />
</div>
<div class="unit size1of2">
<label for="inputb"> Label2</label>
<input type="text" id="inputb" />
</div>
<div class="line txtR">
<input type="button" />
</div>
</div>
</fieldset>
</form>
In CSS (plus):
label { display:block; }
Preview: :)
Label1 Label2
---------------- ----------------
| | | |
---------------- ----------------
----------------
||BUTTON||
----------------
Tnks.
--
Felipe Carreiro
Reply all
Reply to author
Forward
0 new messages