Tagged Questions
0
votes
3answers
109 views
i need a good layout for my forms
I need some great idea in designing form contain some fieldsets.
Where can i find a nice collection? Is there anywhere?
0
votes
4answers
178 views
CSS Form Styling
I'm trying to make this:
<form id="simple-search" name="simple-search" action="/search/" method="POST">
<label for="simple-search-address">Location/Address</label>
<input ...
-1
votes
2answers
117 views
CSS Form Styling #2
I have seen forms that can do this without using <br /> etc.
Here's my form:
<form id="staff-login" name="staff-login" action="/staff/login/" method="POST">
<label ...