Ascendancy
02-25-2007, 10:14 AM
I am trying to declare the border for the bottom, right, and left sides, but not the top. I know that I can do something like this:
border-bottom: #4D4D4D 1px solid; border-left: #4D4D4D 1px solid; border-right: #4D4D4D 1px solid;
But is there a way that i can declare them all in one change such as something like
border-bottom,right,left: #4D4D4D 1px solid;
^^I already tried that and it didn't work, but you understand what I mean.
border-bottom: #4D4D4D 1px solid; border-left: #4D4D4D 1px solid; border-right: #4D4D4D 1px solid;
But is there a way that i can declare them all in one change such as something like
border-bottom,right,left: #4D4D4D 1px solid;
^^I already tried that and it didn't work, but you understand what I mean.