我正在设计一个 jQuery Mobile 网站,我想要一个图像作为标题,但是当我插入图像时,图像居中对齐并被切断。如何将图像设置为左对齐以显示所有内容?
我的编码:
<div data-role="header">
<br/>
<br/>
<br/>
<h1><img src="/images/HomePage.jpg" width="202" height="104" style=" overflow:visible; float:left" align="left"/></h1>
</div>
请帮我!:)