I'm trying to make it so when you hover over a list item the current li pops out and all other list items fade out or blur out slightly. I would prefer all css, would anyone know how to select all the other li's except for current selected in css?
UPDATE
I dont believe this is possible to do in css therefore i'm trying to select it in jquery.
Heres the updated code with my not working jquery script http://jsfiddle.net/xKEHe/42/