I've made the following HTML test:
<html> <style> div { size: 300px; background: url(file:///C:\Program Files (x86)\Omni\textures\what.png); } </style> <body> <div /> <img src="file:///C:\Program Files (x86)\Omni\textures\what.png" /> </body> </html>Problem is, the <img/> tag does display my .png image where the div background does not get displayed. Somehow the CSS url() address is not correcty found, but the image file does exists