Css can be declared as below which avoids the repetition in background image.
.background
{
background-image: url(Pictures//backgroundimage.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
}
Home / FAQ / ASP.NET / CSS Styles and Themes / How the repetition of the background images can be avoided?
Css can be declared as below which avoids the repetition in background image.
.background
{
background-image: url(Pictures//backgroundimage.jpg);
background-attachment: fixed;
background-repeat: no-repeat;
}
Share with