Help having problem displaying bg images in <div>

Help having problem displaying bg images in <div>

#bg001 {

background-image: url(img_abc_bg.jpg);

background-position: left top;

}

-------------------------------------

<div data-role="content" >

<!-- my stuff-->

<div id="bg001"><img src="imgABC.jpg"></div>

<!-- /my stuff-->

</div>

--------------------------

t works fine out side of jqmobile?? HELP