When the hover
event is used over a <div>
, it triggers an additional description to appear about the element.
An issue I am facing is that hovering on one <div>
causes the others to shift around. Ideally, I would like everything else to remain in place and have the word blob simply appear on top of them.
Check out this example illustrating the problem: jsfiddle
What adjustments can be made so that the other blocks stay static when hovering?