I have the following image source which I am trying to display in UIWebView
<img src="http://img1" style="padding-top:23px; padding-right:40px; position: fixed; left:-100px; " width=280px; height=2px;>
In iOS 4.3.3 it displays the image correctly, though in 5.0.1 it is not displayed at all. Also happens in Safari.
Am I missing something?