wordpress .html / .css删除<img/>和<div>之间的空格

时间:2015-04-29 17:33:03

标签: html css wordpress

<div class="main-navigation">

....

</div>

<img src="" width="961" height="10px" alt="greyLine">

您好我的问题是在div元素后我想插入img并且您可以看到(在Google Chrome浏览器开发者工具屏幕截图中)

enter image description here

enter image description here

红色水平菜单和灰线之间有空格

enter image description here

我不知道如何消除这个空间。我找不到任何东西 填充,<div class="main-navigation"></div><img>标记之间的边框或边距以及我已经知道的.css知识,那么应该没有空格

1 个答案:

答案 0 :(得分:2)

如果你能提供网址,我可以给出确切的答案。但是.....这里有一些选择

  1. 删除img标记并添加带有css背景渐变颜色的div,如图像
  2. make img&#34; position:absolute&#34;并用&#34; top&#34;调整位置或&#34; margin-top&#34;
  3. 尝试添加margin:0,填充:0到img标签(不确定)