On Thursday 23 June 2005 08:11, Brian Sexton wrote: > Should dynamically setting "display: none" for a form input element prevent > that element from being submitted--that is, treated as though it does not > exist at all--or should it merely be removed from the rendering of a > document? I don't know about forms, but normally display: none elements should be treated as they do not exists at all. To only remove them from rendering you should use display: hidden. `AllanReceived on Thursday, 23 June 2005 08:25:16 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 27 April 2009 13:54:37 GMT