<input type="percent" value="40">

Good day.

I offer
  <input type="percent" name="a" value="40">
which looks so
(graphic illustrations are in
http://html6.by.ru/site/html60/en/author/inputpercent_eng.htm )

-   |   -
    |
-   |   -
    |
-  ###  -
    |
-   |   -
    |
-   |   -

Location - vertical or horizontal - depends of property 'location'.

input[type="percent"] {
  location: vertical;
}

Initial position of pointer is specified in @value.
User change pointer by mouse.
  When user press 'submit' in form,
control sends to server value from range 0 - 100.



Dmitry Turin
HTML6     (6.3.0)  http://html6.by.ru
SQL4      (4.1.3)  http://sql40.chat.ru
Unicode2  (2.0.1)  http://unicode2.chat.ru
Computer2 (2.0.3)  http://computer20.chat.ru

Received on Friday, 27 July 2007 08:48:39 UTC