I am adding a div border on the mouseover of the div, but its pushing other divs out of the box.
I have fixed height and width and have 4 divs for row. finally there are two rows with 8 divs and with fixed height.
When i mouseover any div , it pushes all the divs below it outside the main box.
I tried to increase the height of the main box , but still it pushes out.
can anyone help me with this issue.
Add transparent border to all div elements. Then in your hover event modify border color/type. That will make divs stay in their position.