We will set visibility to visible and hidden:
#left { position: absolute; top: 100px; width: 240px; color: red; visibility: hidden } #right { position: absolute; top: 100px; width: 240px; color: blue; left: 50%; visibility: visible }