This is my css code.....
I am unable to get the image.....
Code:
.About1
{
width:900px;
height:550px;
color:Black;
background-color:White;
border-color:Aqua;
border-style:hidden;
font-size:larger;
font-family:Times New Roman;
font-weight:normal;
background:url(./Images/mmbr1.jpg);
background-attachment:fixed;
background-repeat:no-repeat;
}
Comment