Dass :not(:hover)
unnötig ist, sagte dave schon.
Das verstehe ich leider imme rnoch nicht....
So habe ich ihn nun verstanden, und so funktioniert er auch auf dem Firefox, auf dem IE8 aber leider nicht.
<style type="text/css">
#q img {width:100px; float:left;}
#q:hover img:not(hover) {width:80px}
#q:hover img:hover {width:200px}
</style>
<div id="q">
<img />
<img />
<img />
<img />
<img />
<img />
</div>