Thread
:
HTML / Programming question for the propellerheads out there..
View Single Post
02-14-2020, 03:54 AM
zerovic
Confirmed User
Industry Role:
Join Date: Apr 2010
Posts: 1,084
Hi,
disabled fields should be greyed out automatically by most modern browsers, however you can simply add a css rule for the disabled input fields like
input:disabled {
background:#f0f0f0;
}
cheers,
z
zerovic
View Public Profile
Visit zerovic's homepage!
Find More Posts by zerovic