Here is the layout in the div element:
<div class=" wrap clear">
<div class="block pink float"></div>
<div class="block blue float"></div>
<div class="block orange float"></div>
<div class="block green see"></div>
</div>
I recently added a class called see
, which applied a z-index of 1000 to the green box. However, despite this change, I am still unable to view the box. Is there a way for me to display the box without setting its position to float left?