I have a lighter button image surrounded by lighter arrow images. How can I :hover over these individual DIV'd images and cause the same button img AND both arrow img's to change to the darker img state?
Ex:
<div>[img]==></div> <div>[img]button</div> <div>[img]<==</div> LIGHTER IMG's
Swap with :hover to darker images
<div>[img]==></div> <div>[img]button</div> <div>[img]<==</div> **DARKER** IMG's
I hope this makes sense. :)