Forum Moderators: not2easy
What is the effect if you don't
Elements defined later in your source will appear on top of earlier elements (as if they had a higher z-index) if they overlap.
Just to add to what vincevincevince says, the z-index property will only have an effect if the element is positioned. ie. position:relative, position:absolute (or position:fixed?)