Alright, so here is the code I am using:
.post {
padding-left: 8px;
padding-bottom: 90px;
padding-right: 8px;
padding-top: 20px;
background-image: url(bottomstripes.png), url(top_left.png), url(top_right.png), url(bottomleft.png);
background-position: right bottom, left top, right top, left bottom;
background-repeat: no-repeat;
border-left-style: none;
border-bottom-style: none;
border-right-style: none;
border-top-style: none;
margin-left: -10px;
margin-bottom: 20px;
background-color: #c7c7c7;
In Firefox, this shows up with all of the CSS except the background images. On validation, the validator said that there were "too many," which I find odd considering the fact that Safari shows up correctly. What is the answer here?
Thanks