<style> div { position: absolute; left: 0px; top: 0px; width: 100px; height: 100px; background: green; } </style> <div onclick="alert('div1')"> div1 </div> <div onclick="alert('div2')"> div2 </div>