我已经和margin-bottom玩了一个小时了,我不能让灰条消失在我的屏幕底部。
这是相关的代码..。
<!-- Start WOWSlider.com BODY section --> <!-- add to the <body> of your page -->
<div id="wowslider-container1">
<div class="ws_images">
<ul>
我的海军酒吧和标志有问题。我已经修改了Navbar,它是在一个固定的位置在顶部100%宽。我把徽标功能也从页面div中删除,所以它位于页眉区域的页面上方。
问题是,当我将导航条边距设置为0时,徽标就在导航栏下面。当我将徽标的边距设置为5 5rem时,它会将导航条放到Logo开始的位置。
以下是我更好理解的代码:
Header.php
<?php
/**
* The Header template for our theme
*
* Displays all of the <head> section and everything up till <div id=&
我有一个非常嵌套的<div>元素。如何在此元素中呈现一个将浮动在屏幕顶部(body或html)的新元素?
粘性位置相对于最近的元素(父元素),这不是一个答案。
如果不能用CSS完成,是否有任何JS库可以这样做?
<html>
<body>
<div>
<div>element should be sticky to the top of the page</div>
</div>
</body>
</html>