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:
- <div data-role="header">
- <br/>
- <br/>
- <br/>
- <h1><img src="/images/Inligting.jpg" width="202" height="104" style=" overflow:visible; float:left" align="left"/></h1>
- </div>
Please help me! :)