10446 Posts in 2223 Topics by 1719 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1133 Views |
-
Userform 0.2 CSS help

12 November 2009 at 11:18pm
Hi sorry to start a new topic but the other userform one is huge!
This may be very simple but I can't get it working properly:How do I change the style of the "required / custom error message" that appear?
I can't quite see which class to add/change... it doesn't appear to have its own?Thanks
-
Re: Userform 0.2 CSS help

13 November 2009 at 3:37pm
Here is what worked for me in case you haven't fiogured this out yet:
#form_contactus_box .required {
color:#F00;
font-size:16px;
font-weight:bold;
}where my form was withing the div id form_contactus_box
-
Re: Userform 0.2 CSS help

13 November 2009 at 9:40pm
Nice one thanks, you were right I needed to target it more specifically, I ended up using:
#Form_Form label.required{
color:#ff9999;
font-weight:normal;
font-size:0.8em;
}With a little help from 'CSSEdit'
Many thanks
| 1133 Views | ||
|
Page:
1
|
Go to Top |


