I have a custom css file and I have this class:
li.iipad {
padding: 0 0 0px 30px;
margin: 0 0 10px 0;
line-height: 1.5em;
color: #3e3e3e;
font-weight: normal;
background: url('res/images/bullet1.png') no-repeat left center;
From the simulator debug I have a lad resource error.
How can I refer to an image with css in order to load correctly in simulator and any real device too ?
Thanks in advance