Hi,
I would like to assign a hyperlink to this image within CSS. The reason I am not placing the image on the HTML page directly is that I have a flash image that I would prefer to show but in the case where a user doesn't have flash I need this image to appear.
Suggestions?
I would like to assign a hyperlink to this image within CSS. The reason I am not placing the image on the HTML page directly is that I have a flash image that I would prefer to show but in the case where a user doesn't have flash I need this image to appear.
Suggestions?
Code:
#bg {
background-image: url('images/banner-1.jpg');
height: 50px;
width: 100px;
margin-left: auto ;
margin-right: auto ;
}
Comment