摘要:
position有以下属性:static、inherit、fixed、absolute、relative 前三个好理解好区分: static:是默认状态,没有定位,元素出现在正常的流中(忽略 top, bottom, left, right 或者 z-index 声明)。inherit:从父元素继承 阅读全文
posted @ 2017-02-12 11:01
CC大神01
阅读(374)
评论(0)
推荐(0)
摘要:
完成源码(开发版) <!DOCTYPE HTML> <html> <head> <title>Rose</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> </head> <body style="m 阅读全文
posted @ 2017-02-12 11:00
CC大神01
阅读(389)
评论(0)
推荐(0)