range doesn't work
"Solly Ross" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xml |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
Hi, I just tried to try out the range element, and it isn't displayed. this is the code I used (at least the relevant parts): <html xmlns="http://www.w3.org/1999/xhtml" xmlns:f="http://www.w3.org/2002/xforms"> ... <f:range ref="volume" start="1" end="10" step="0.5"/> ... </html>