-
1. Data: 2009-01-13 17:52:03
Temat: formularze z ol
Od: takeshin <a...@g...com>
Witam!
Co byście powiedzieli na formularz zrobiony jako lista,
za pomocą ol zamiast divów?
przykład:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
<head>
<meta http-equiv="content-type" content="text/html;
charset=UTF-8" />
<title>Testowy formularz kontaktowy</title>
</head>
<body id="index">
<div id="page-container">
<h1 id="page">Testowy formularz kontaktowy</h1>
<form id="form1" action="" method="post">
<fieldset>
<legend>Formularz</legend>
<ol>
<li>
<fieldset>
<legend>Dane osobowe</legend>
<ol>
<li>
<label for="name">imię i nazwisko: </label>
<input type="text" name="name" id="name" />
</li>
<li>
<label for="eaddress">e-mail:</label>
<input type="text" name="eaddress" id="eaddress" />
</li>
</ol>
</fieldset>
</li>
<li>
<fieldset>
<legend>Wiadomość</legend>
<ol>
<li>
<label for="title">temat: </label>
<input type="text" name="title" id="title" />
</li>
<li>
<label for="text">treść</label>
<textarea id="text" name="text" rows="7" cols="50"></
textarea>
</li>
</ol>
</fieldset>
</li>
</ol>
<ul>
<li>sdfdf</li>
</ul>
<input type="submit" name="submit" id="submit"
value="OK" />
</fieldset>
</form>
</div>
</body>
</html>
--
takeshin
Generator Lorem Ipsum
http://lipsum.pl
-
2. Data: 2009-01-13 20:32:32
Temat: Re: formularze z ol
Od: porneL <n...@p...net>
On Tue, 13 Jan 2009 17:52:03 -0000, takeshin <a...@g...com> wrote:
> Co byście powiedzieli na formularz zrobiony jako lista,
> za pomocą ol zamiast divów?
Z listą to przesada, chyba że to jest formularz specjalnie do edycji danych listy :)
ZTCW screen readery w formularzach skaczą bezpośrednio między kontrolkami i struktura
pomiędzy nimi ma marginalne znaczenie (oczywiście z wyjątkiem <label>, które jest
niezbędne).
--
this.author = new Geek("porneL");