css中z-index与position属性的巧妙应用

2014-12-27 0 966
css中z-index与position属性的巧妙应用
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title>无标题页</title>
</head>
<body>
    <div style="position:relative; width:150px; height:100px; z-index:2; background-color:Red;"></div>
    <div style="position:relative; width:150px; height:100px; z-index:1; top:-20px; background-color:Blue;"></div>
</body>
</html>

遇见资源网 html css中z-index与position属性的巧妙应用 http://www.ox520.com/13917.html

常见问题

相关文章

发表评论
暂无评论
官方客服团队

为您解决烦忧 - 24小时在线 专业服务