I have a text list with the following structure:
<div class="text">
<a href="/node/30">Site Text</a>
</div>
I want to get a blur effect for the other list items, when the mouse hovers over one list item.
I would like to get the same effect shown on http://tympanus.net/Tutorials/ItemBlur/.


How can i do?
Hey check these examples:
yes but you can only blur text here not other things.(In css 2)
but can blur other things too in css 3.
Example 1
Example 2
Edit:
Check this out:
this is a simple css based effect use it and enjoy 😉