Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的幻灯片与页脚重叠。在源代码中,我尝试按照通常建议的方式清除以前的 DIV:
<div class="clear"></div><!-- /clear any floats -->
这不是解决问题。有任何想法吗?
解决此问题的一种方法是调整footer-wrap类以在顶部添加更多边距:
footer-wrap
#footer-wrap { margin: 100px auto 120px; }
可能需要进行其他调整,但这应该可以解决问题,前提是您在杂耍中的内容保持相同的高度。
给这个一个<div class="ls-thumbnail-wrapper" style="visibility: visible;">,float: left它应该被修复
<div class="ls-thumbnail-wrapper" style="visibility: visible;">
float: left