Increasing dimensions on hover without changing the position of other elements
问题 Suppose I've 10 divs in the form of squares . Lets call it the home page. Out of these 10, 3 divs have class .event1 5 divs have class .event2 2 divs have class .event3 <div class="boxes event1"> ....//3-times .... </div> <div class="boxes event2"> ....//5-times .... </div> <div class="boxes event3"> ....//2-times .... </div> The boxes are placed next to one another. When I click event1 , all box fadeout except those having the class event1 . Similarly, for all classes. On clicking home , all