How to align an image left in Header (jQuery Mobile)

How to align an image left in Header (jQuery Mobile)

Hi all,

I'm designing a jQuery Mobile site, and I want an image as a header, but when I insert an image, the image is center aligned, and cut off. How can I set the image to be left aligned to show everything?

My coding:
  1. <div data-role="header">
  2.         <br/>
  3.         <br/>
  4.         <br/>
  5.         <h1><img src="/images/Inligting.jpg" width="202" height="104" style=" overflow:visible; float:left" align="left"/></h1>
  6.     </div>
Please help me! :)