📜  将页脚放在前面 html 代码示例

📅  最后修改于: 2022-03-11 14:53:06.408000             🧑  作者: Mango

代码示例1
Use the CSS z-index property. Elements with a greater z-index value are 
positioned in front of elements with smaller z-index values. Note that for this
to work, you also need to set a position style ( position:absolute , 
position:relative , or position:fixed ) on both/all of the elements you want 
to order.