You can use the CSS position
property in combination with the z-index
property to overlay an individual div
over another div
element. The z-index
property determines the stacking order for positioned elements (i.e. elements whose position value is one of absolute
, fixed
, or relative
)