I have 2 divs inside a parent div..i need the parent div to get bright on hover .. Here is the fiddle.. i tried using hover, but couldnt get it...any help please
html:
<div class="parent" style="border:1px solid black;">
<div class="one">
<img class="img1" src="http://static.howstuffworks.com/gif/vincent- van-gogh-paintings-from-saint-remy-2.jpg"/>
</div>
<div class="two">
<img class="img2" src="http://static.howstuffworks.com/gif/vincent-van-gogh-paintings-from-saint-remy-2.jpg"/>
</div>
</div>