How to make a greyed-out HTML form? -



How to make a greyed-out HTML form? -

i'd have grouping of html text <input>'s can greyed-out (disabled) @ same time. want entire area in somehow greyed-out or @ to the lowest degree visibly disabled. i've seen things done in desktop applications.

any ideas on easy/elegant way it? i'm trying avoid manually setting each disabled="disabled", , have area surrounding <input>'s indicates entire portion of form non-editable.

edit: sorry, should mention few more things...

everything local. i'm not using php or asp or that... html, javascript, , css. no jquery! i want enable/disable "area" dynamically javascript it's not <form>, bunch of <input>'s

the disabled="disabled" parameter standard way this, , utilize jquery dynamically disable of form elements contained in fieldset (which standard way of grouping related form elements) on fly.

alternatively place partially transparent div on top of fieldset. provide blocking of form elements mouse clicks, not protect against tabbing them. should still disable form elements themselves.

html forms input disabled-input

Comments

Popular posts from this blog

java - How to set log4j.defaultInitOverride property to false in jboss server 6 -

c - GStreamer 1.0 1.4.5 RTSP Example Server sends 503 Service unavailable -

Using ajax with sonata admin list view pagination -