1. 程式人生 > >背景三層嵌套

背景三層嵌套

idt doc pad head htm ctype cnblogs otto con

<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8">
        <title></title>
        <style>
            .wrap{background: url(bgcont_02.png) repeat-y;height: 1024px;width: 1024px;}
            .top{background: url(bgtop_01.png) no-repeat;height: 100%;}
            .bottom{background: url(bgbtm_05.png) no
-repeat bottom;padding: 295px 30px 0px;height: 729px;} </style> </head> <body> <div class="wrap"> <div class="top"> <div class="bottom"> sssasad </div> </div> </div> </body> </html>

背景三層嵌套