Rianna
05-28-2007, 01:05 AM
Hello, isn't it possible to use a border along with a background color in a class? This doesn't seem to be working and thought it would. Please let me know, thanks.
.test {display: block;
background-color: rgb(0, 0, 255);
border-left: 10px #000000; border-top: 10px #000000;
margin-left:0px;
width: 200px;
height: 85px;
}
.test {display: block;
background-color: rgb(0, 0, 255);
border-left: 10px #000000; border-top: 10px #000000;
margin-left:0px;
width: 200px;
height: 85px;
}