我正在尝试实现这一点,以便我可以得到类似下面的内容:
<body>
<div class="topNavigation">
...
some dynamic stuff that appears at the top of the bage
</div>
<div class=reveal>
...
<section data-background="https://s3.amazonaws.com/hakim-static/reveal-js/cornify.gif">
..
</section>
</div>
</body>
所以我需要的是幻灯片之前的顶部导航,但我也希望幻灯片能够填充剩余内容的整个页面。这可能吗?
开箱即用它看起来像数据背景附加到标签并添加背景图像 - 我可以在不同的div上发生这种情况吗?