#test {background-image: url('/Skins/slickv2/csdlrsite/shared/1dpt_img_mainpic.png');
width: 200px;
height: auto;
background-repeat : no-repeat;}
this is not displaying the image . but if we change the height option to some value it is working , can any one help me in solving this problem.
The height:auto auto sizes the div to the height of the content. A background image is not content, so the div height is set to 0.