Welcome Guest, Not a member yet? Register   Sign In
div structure helper
#14

[eluser]Neophyte[/eluser]
Just another take on markup for forms, its probably a little complex if youre typing out the markup by hand but assuming youre using some sort of helper or form builder i have found it to be extremely versatile in how it can be styled to match almost any site also without CSS enabled (say from a screen reader or mobile phone) the form remains extremely well structured and readable.
Code:
<form>
  <fieldset>
    <h3>Fieldset Legend</h3>
    <div class="note">Some text describing the fieldset here..</div>
    <ol>
      <li class="required">
        <label for="username">Username</label>
        <div>&lt;input type="text" name="username" id="username" /&gt;</div>
      </li>
      <li class="required">
        <label for="password">Password</label>
        <div>
          &lt;input type="password" name="password" id="password" /&gt;
          <span>Forgoten your password? click here</span>
        </div>
      </li>
      <li class="actions">
        &lt;input type="submit" name="login" value="Sign In" /&gt;
      </li>
    </ol>
  </fieldset>
&lt;/form&gt;


Messages In This Thread
div structure helper - by El Forum - 01-30-2008, 08:56 PM
div structure helper - by El Forum - 01-31-2008, 01:12 AM
div structure helper - by El Forum - 01-31-2008, 01:38 AM
div structure helper - by El Forum - 01-31-2008, 01:47 AM
div structure helper - by El Forum - 01-31-2008, 02:28 AM
div structure helper - by El Forum - 01-31-2008, 02:43 AM
div structure helper - by El Forum - 01-31-2008, 04:52 AM
div structure helper - by El Forum - 01-31-2008, 05:02 AM
div structure helper - by El Forum - 01-31-2008, 05:10 AM
div structure helper - by El Forum - 01-31-2008, 05:31 AM
div structure helper - by El Forum - 01-31-2008, 05:33 AM
div structure helper - by El Forum - 01-31-2008, 05:38 AM
div structure helper - by El Forum - 01-31-2008, 06:21 AM
div structure helper - by El Forum - 01-31-2008, 08:47 AM
div structure helper - by El Forum - 01-31-2008, 09:10 AM
div structure helper - by El Forum - 01-31-2008, 09:46 AM
div structure helper - by El Forum - 01-31-2008, 10:23 AM
div structure helper - by El Forum - 01-31-2008, 10:34 AM
div structure helper - by El Forum - 02-01-2008, 04:49 PM
div structure helper - by El Forum - 02-01-2008, 08:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB