我正在一个单页网站上工作,我遇到了背景附件的问题:修复了,问题是当我向下滚动检查图像http://www4.0zz0.com/2015/08/21/05/772542239.jpg时,背景图像会被破坏代码:
getUrlVars(); // {"foo": "bar=", "baz": ["fizz", "buzz"]}
css代码
<section id="home" class="home home-fullscreen"><div class="container"><div class="intro"><div class="start">T-Link Computer Systems is a leading Information Technology Solution provider. </div>
<h1 class=" wow bounce">T-LINK COMPUTER SYSTEMS</h1>
<div class="start">We are committed to continuing value and pursuit of client satisfaction</div></div></div>
<div class="masked">
<div style="width:100%; height:100%;">
<video width="1920" height="1080" id="bgvid" src="img/newcomputer.mov" poster="img/videoPlaceholder1.png" autoplay loop >
<source src="img/newcomputer.mp4" type="video/mp4">
<!--
<source src="img/new computer.webm" type="video/webm">
<source src="img/new computer.ogg" type="video/ogg">-->
</video>
</div>
</div>
<a href="#services">
<div class="scroll-down">
<span>
<i class="fa fa-angle-double-down fa-4x"></i>
</span>
</div>
</a>
</section>
我发现当我删除位置时,背景附件的问题是固定的:绝对的;从视频标签,但问题是掩盖在那种情况下,它消失了,如何解决背景问题加上保持模式掩盖在视频背景之上 另一个问题是当你点击锚标签时如何修复导航菜单中的灰色背景(检查图像是否为绿色箭头) 谢谢你提前帮忙。