背景三层嵌套
Posted 盖大楼
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了背景三层嵌套相关的知识,希望对你有一定的参考价值。
<!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>
以上是关于背景三层嵌套的主要内容,如果未能解决你的问题,请参考以下文章