我在Jquery Mobile App上做过。 在标题中,我已经添加了img,但顶部和bottem有一个边距。如何删除它?
<div data-role="header" data-theme="a">
<img border="1" src="../images/icon/touch-icon-iphone-114.png" width="50em" alt="Logo, broes" style="float:left;display:inline;margin-left:0px;"/>
<h1 style="text-align:right; margin-right:10px;">Hi All</h1>
</div>
大家好