2
Answers

How to add ASP .NET master page Background image

Shivkumar Patil

Shivkumar Patil

10y
15.1k
1
How to add ASP .NET master page Background image
 
i use this code but not working
body {
background-image: url(../Images/images1.jpg) no-repeat;
background-attachment: fixed;
margin-top: 0px;
 
 
 

Answers (2)