Disabled Inputs


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <input type="text" value="" disabled="disabled" class="disabledText" />
  2.  
  3. input[disabled='disabled'] {
  4. background: #eee;
  5. color: #555;
  6. }

Report this snippet


Comments


You need to login to view comments.