Page 1 of 1
Problem with Left and Top Border Colors
Posted: Mon Dec 06, 2010 1:18 pm
by RichDotson
I have a form where I've changed the border color to green (#009900) and the thickness to medium. They display correctly in the design view. When the form is displayed the LEFT and TOP borders appear in black. I'm using Google Chrome to design the forms but our user base uses IE8 to execute the application. See attachments.
Re: Problem with Left and Top Border Colors
Posted: Mon Dec 06, 2010 4:36 pm
by Alex
In Internet Explorer, when modifying the borders of a Text Area, you must also specify the "border top style", "border bottom style", "border left style", and "border right style" properties. You can set these properties to "solid". Let me know if this helps.
Re: Problem with Left and Top Border Colors
Posted: Thu Dec 09, 2010 8:34 am
by RichDotson
That fixed it. Thanks!