I'm totally confused and wondering whether i'm just missing something simple, but i am unable to display a background image on an ipad or within the ipad simulator.
As a test i put together the following simple page:
<html>
<head></head>
<body>
<img src="content_box_black_background.png" />
<div style="height: 100px; width: 500px; background:url(content_box_black_background.png);">
</div>
</body></html>
As a test I am also outputting the image directly above the div block. In chrome they both appear but in the ipad simulator neither do. Any ideas?