[Solved] CSS – what should I do to solve this?


Elements showing on top or below each other can be managed in css with z-index property. You may apply -1 for the element that comes on the top.

Read more: http://www.w3schools.com/cssref/pr_pos_z-index.asp

3

solved CSS – what should I do to solve this?