【发布时间】:2015-01-06 23:19:51
【问题描述】:
我正在寻找一些示例,其中一个在下面的链接中。但我正在尝试使用股票 Bootstrap 3 导航类在背景颜色或图像上执行此效果。你觉得这可能吗。每次我靠近时,整个导航都会变得模糊,而不仅仅是背景。
我在寻找什么:
http://codepen.io/adobe/pen/d056d1b26b9683c018f9bb9e0f1b0e1c
-webkit-filter: blur(20px);
-moz-filter: blur(20px);
-o-filter: blur(20px);
-ms-filter: blur(20px);
filter: blur(20px);
opacity: 0.4;
我正在使用此设置进行引导:
http://getbootstrap.com/examples/jumbotron/
如果您有任何问题,请告诉我。
谢谢。
【问题讨论】:
-
这是另一个很好的链接/示例:jsfiddle.net/CSS_Apprentice/WtQjY/415
-
这是另一个。我只是不能让导航栏中的内容不模糊,它模糊了一切吗? abduzeedo.com/ios7-frosted-glass-effect-html-5-and-javascript
-
你使用的代码在哪里?
-
也许显示您尝试过的内容?
标签: javascript jquery html css twitter-bootstrap