Click to See Complete Forum and Search --> : syntax question...


weee
03-31-2004, 07:11 PM
Hi There.

I have this line that I'm using to color a textarea:
.Remarks {BORDER-TOP-WIDTH: 1px; BORDER-TOP-COLOR: #950FB7; BORDER-LEFT-WIDTH: 1px; BORDER-LEFT-COLOR: #950FB7; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #950FB7; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #950FB7;}

I would like to know if it's posibble to make that line shorter and also why the top and the left side of the textarea border is not getting the color settings?

Thanks a lot

Sam
03-31-2004, 07:15 PM
.Remarks{border:1px solid #950FB7;}

weee
03-31-2004, 07:21 PM
!

Sam
03-31-2004, 07:29 PM
glad to help