Change color of Fieldset line
Is it possible to change the line color of the fieldset tag? When used on a grey or silver background you can not see the line. IfI add the Color style it applies to the font color and not line color. :(
HTML Code:
<FIELDSET style="PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; WIDTH: 765px; PADDING-TOP: 2px">
Re: Change color of Fieldset line
RobDog888:
I don't think you can change the line color, but you can change the background color in the STYLE property you have going: "background: yellow"
Or use a hex # for the background color to just make a slight contrast.
Should work?? And then maybe not.
Re: Change color of Fieldset line
I found that it also supports the bordercolor style but when I apply it I loose the rounded corners. :(
HTML Code:
<FIELDSET style="BORDER-COLOR: black; PADDING-RIGHT: 2px; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; PADDING-TOP: 2px; WIDTH: 765px;">