Closed. This question needs to be more focused。它当前不接受答案。
想改善这个问题吗?更新问题,使其仅通过editing this post专注于一个问题。
5年前关闭。
嗨,我在这里有测试页http://blueanchorcreative.com/
滑块和页眉之间有一个很小的缝隙,我不知道它是什么吗?我尝试将隐藏的溢出应用于标题,但这使页面的其余部分陷于瘫痪,我不知道该怎么做!请帮助新手!
想改善这个问题吗?更新问题,使其仅通过editing this post专注于一个问题。
5年前关闭。
嗨,我在这里有测试页http://blueanchorcreative.com/
滑块和页眉之间有一个很小的缝隙,我不知道它是什么吗?我尝试将隐藏的溢出应用于标题,但这使页面的其余部分陷于瘫痪,我不知道该怎么做!请帮助新手!
最佳答案
看值:
#slideshow > div {
bottom: 10px;
left: 10px;
position: absolute;
right: 10px;
top: 10px; // this value to 0px
}
关于css - 滑块和页眉之间有空间? ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/16409834/
10-10 23:06