Вообще если элемента 2, то просто взаимозаменять их z-index, иначе:
<script> zindex = 102 </script>
<h1 style="position:relative;background:#eef;" onclick="style.zIndex = zindex++">1</h1>
<h1 style="position:relative;background:#fee;top:-1.2em" onclick="style.zIndex = zindex++">2</h1>