How to use css blur Filter? -


i want build blog should use modern look. i'm interested blur effect ios 7. i've read filters applied items. well, want use filter in menu bar (that fixed on top) content below appears blurred. there's way css? or other code lenguage?

you can create blur effect with:

<style type="text/css"> #thediv { -webkit-filter: blur(18px); } </style> <div id="thediv"></div> 

but it's not reliably supported (i think in chrome). there isn't inset value aware of, need event trigger (i.e. when element lays on top of div , has transparent, opacity, or other funky alpha channel attribute) blur not confined overlaying elements boundaries.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -