back
Code
CSS
HTML
Web
<span> Lorem </span>
<div id="div334"> Div334 </div>
With no z-index Div334 covers the text.
<br>
<br>
<span id="span336"> Lorem </span>
<div id="div335"> Div335 </div>
With z-index added, the text is stacked above Div335.