I am sorry, I checked it again and it also works for the wrapped
version with the same css. The result is below.

I just made it too complicated before.
Thank you very much.
Michal


body, input, select {
   font-family:Helvetica,Arial,sans-serif;
   font-size: 12px;
}

select, input { border: 1px solid gray; }


<form action="Submit" method="post">
<p>
        <label>
                Sex
                <select id="sex">
                  <option value="M">Male</option>
                </select>
        </label>
        <label>
                Date of Birth
                <input id="date" type="text" value="Date of Birth" />
        </label>
</p>
</form>
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to