inherit
192136
0
Aug 17, 2014 8:10:36 GMT -8
?adwoman?
1,884
April 2013
adwoman
|
Post by ?adwoman? on Sept 25, 2013 12:07:08 GMT -8
I'd imagine that can be achieved by adding <script type="text/javascript"> $(function() { $('.entry1').hover(function() { $('.image1',this).stop().fadeTo('slow', 0.4) .siblings().stop().fadeTo('slow', 1); }, function() { $('.image1',this).stop().fadeTo('slow', 1) .siblings().stop().fadeTo('slow', 0); }); });
</script> that piece into your Main Headers. But I haven't tested it myself. Thanks
|
|