JoshHartnettGrl
07-13-2003, 07:36 AM
for some reason the background image of my site repeats even though I put a no-repeat in the CSS! Here's the url
http://jenn.midheaven.net/v3.html
and here's the CSS
<style type="text/css">
BODY
{
background-repeat: no-repeat;
scrollbar-3dlight-color: #040F60;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #040F60;
scrollbar-darkshadow-color: #040F60;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #040F60;
scrollbar-shadow-color: #040F60;
scrollbar-track-color: #040F60;
}
A:link { COLOR: #040F60; text-decoration: none; cursor: crosshair;}
A:visited { COLOR: #040F60; text-decoration: none; cursor: crosshair;}
A:active { COLOR: #040F60; TEXT-DECORATION: none; cursor: crosshair;}
a:hover { text-decoration: underline overline; color:#233BED; cursor: crosshair;}
body,tr,td, h6, p, li
{font-size: 8pt;
font-family: verdana;
color:#24057D;
letter-spacing:0pt;}
h6
{font-size: 10pt;
font-weight:normal}
input, textarea
{color: #24057D;
background-color: transparent;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
font-family: verdana;
text-align: center;
border-width: 1px;
border-style: dotted;
border-color:#24057D;
}
-->
</style>
http://jenn.midheaven.net/v3.html
and here's the CSS
<style type="text/css">
BODY
{
background-repeat: no-repeat;
scrollbar-3dlight-color: #040F60;
scrollbar-arrow-color: #000000;
scrollbar-base-color: #040F60;
scrollbar-darkshadow-color: #040F60;
scrollbar-face-color: #FFFFFF;
scrollbar-highlight-color: #040F60;
scrollbar-shadow-color: #040F60;
scrollbar-track-color: #040F60;
}
A:link { COLOR: #040F60; text-decoration: none; cursor: crosshair;}
A:visited { COLOR: #040F60; text-decoration: none; cursor: crosshair;}
A:active { COLOR: #040F60; TEXT-DECORATION: none; cursor: crosshair;}
a:hover { text-decoration: underline overline; color:#233BED; cursor: crosshair;}
body,tr,td, h6, p, li
{font-size: 8pt;
font-family: verdana;
color:#24057D;
letter-spacing:0pt;}
h6
{font-size: 10pt;
font-weight:normal}
input, textarea
{color: #24057D;
background-color: transparent;
font-size: 8pt;
font-weight: normal;
text-decoration: none;
font-family: verdana;
text-align: center;
border-width: 1px;
border-style: dotted;
border-color:#24057D;
}
-->
</style>