DMXzone Uniform Support Product Page
Form Background
Asked 12 years ago
1
has this question
12 years ago Baub Eis posted:
Should I have a background on my form or do I have to add one manually. I didn't know if my reset was blocking it. Or I just couldn't find it in the css? Here is my page: www.thebusinessstore.net/sign_up.asp
Replies
Replied 12 years ago
12 years ago Vulcho Vulev replied:
Hello Baub.
The styling applies to form elements only.
You can style the background using the following css-rule:
Regards:Vulcho.
The styling applies to form elements only.
You can style the background using the following css-rule:
/* replace #999 with your desired hex value */ #dmxUniform1 { background-color:#999; }
Regards:Vulcho.