Can CSS :hover selector affect multiple images in different DIV's -


i have lighter button image surrounded lighter arrow images. how can :hover on these individual div'd images , cause same button img , both arrow img's change darker img state?

ex:

<div>[img]==></div> <div>[img]button</div> <div>[img]<==</div> lighter img's 

swap :hover darker images

<div>[img]==></div> <div>[img]button</div> <div>[img]<==</div> **darker** img's 

i hope makes sense. :)


Comments

Popular posts from this blog

c++ - Difference between pre and post decrement in recursive function argument -

php - Nothing but 'run(); ' when browsing to my local project, how do I fix this? -

php - How can I echo out this array? -