Help
-
Search
-
Members
-
Calendar
Full Version:
repeating background
Forums
>
Resource Center
>
Support Center
>
Blogger Support
>
Blogger Resolved Topics
misskitty_purrs
Feb 3 2005, 03:10 AM
ok i have this code, for the back ground of my blogger. and it is set to repeat. how do i take the repeat out. i only want it at the top...
<style type="text/css">
<!--
body {
background-image: url(http://img.photobucket.com/albums/v637/lilones/passiontop.jpg); background-repeat: repeat-y;
background-color: #D8E2EE;
}
body,td,th {
color: #002653;
font-family: sylfaen;
font-size: 11px;
}
A
{color:#4A78B0; cursor: default;text-decoration: underline;font-weight:bold;}
A:visited
{color:#4A78B0; cursor: default;text-decoration: underline;font-weight:bold;}
A:active
{color:#4A78B0; cursor: default;text-decoration: underline;font-weight:bold;}
A:hover
{color: #183D6B; cursor: crosshair;text-decoration: underline;font-weight:bold;}
}
.head
{font-weight:bold;
letter-spacing:1px;
border:1 solid #ADBDD1;
height:10px;
background-color:#2A4160;}
.profile
{font-weight:bold;
font-family:Georgia;
font-size:11px;
border:1 solid #ADBDD1;
height:5px;
background-color:#2A4160;}
body {
scrollbar-face-color:#4D6B8F;
scrollbar-arrow-color:#D8E2EE;
scrollbar-shadow-color:#D8E2EE;
scrollbar-highlight-color:#D8E2EE;
scrollbar-3dlight-color:#D8E2EE;
scrollbar-darkshadow-color:#D8E2EE;
scrollbar-track-color:#D8E2EE;
cursor:default;
overflow-x:hidden;
}
-->
</style>
</head>
largosama
Feb 3 2005, 10:46 PM
take out the repeat-y; part and add in:
background-position:top;
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here
.