Forum Moderators: not2easy
Here's part of the CSS:
body {
Background-Image: url(../images/featheredstar2.gif);
Background-repeat: repeat;
Background-Attachment: fixed;
}
div.content {
background-color: white;
border-style: dashed;
border-width: 1px;
border-color: #4682B4;
margin-left: 45px;
margin-right: 45px;
}
The page has a background image, the middle, or content area is white background, dashed border.
I'm stumped. I did a search here and find nothing.....
Shadows Papa
<arrrgh>
Shadows Papa
div.content {
background-color: white;
border-style: dashed;
border-width: 1px;
border-color: #4682B4;
margin-left: 45px;
margin-right: 45px;
overflow: none;
}