html+css-->background-img(背景图的设置…
2019-08-14 09:48:15来源:博客园 阅读 ()
背景图:(相关验证代码请查看代码,在验证时需将当前不需要验证的代码注释掉)
1.inherit:从父元素继承属性设置
2.background-repeat:平铺(在图片大小小于元素尺寸时背景图默认平铺):
no-repeat:取消默认平铺
repeat-x:横向平铺
repeat-y:纵向平铺
3.background-size:尺寸
px、百分比:依旧默认平铺元素
cover:等比放大覆盖元素
contain:等比放大,直到图片的一边达到元素的边框
4.background-attachment:固定
scroll:图片随滚动条滚动而上下移动
fixed:图片固定在元素中不会随滚动条移动
----由于需要动态设置可以查看代码自己试验
5.background-position:定位
方式1:
(+:取值为正 单位:px)
x:水平偏移 + 右边 -左边
y:垂直偏移 + 下 -上
----background-position:25px 50px;
方式2:
(以元素边框的左右为基准)
x left right center
y top bottom center
----background-position:left top;
----background-position:center;
(需要注意一点的是,除了设置背景图的固定以外,在设置背景图片的尺寸与定位时,若不取消图片的默认平铺,此时依然会对元素进行背景平铺)
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>背景图</title> <!-- 背景图: 1.inherit:从父元素继承属性设置 2.background-repeat:平铺(在图片大小小于元素尺寸时背景图默认平铺): no-repeat:取消默认平铺 repeat-x:横向平铺 repeat-y:纵向平铺 3.background-size:尺寸 px、百分比:依旧默认平铺元素 cover:等比放大覆盖元素 contain:等比放大,知道图片的一边达到元素的边框 4.background-attachment:固定 scroll:图片随滚动条滚动而上下移动 fixed:图片固定在元素中不会随滚动条移动 5.background-position:定位 方式1: (+:取值为正 单位:px) x:水平偏移 + 右边 -左边 y:垂直偏移 + 下 -上 方式2: (以元素边框的左右为基准) x left right center y top bottom center --> <style> .boxrepeat,.boxsize,.boxattachment,.boxposition{ width: 300px; height: 400px; border: 1px solid #000000; /* 图片可更改 */ background-image: url(img/shoucang.png); /*从父元素继承属性的设置*/ background-repeat-x:inherit; } .boxrepeat{ /*取消默认平铺*/ background-repeat: no-repeat; /* 横向平铺 */ background-repeat: repeat-x; /* 纵向平铺 */ background-repeat: repeat-y; } .boxsize{ /*背景图片的尺寸:px、百分比--依旧会默认平铺元素*/ background-size: 30px; background-size: 50%; /*图片的覆盖cover--等比放大覆盖整个元素*/ background-size: cover; /*背景图片的包含contain--在取消默认平铺的情况下,将图片等比放大直到图片的一边到达元素的边框*/ background-repeat: no-repeat; background-size: contain; } .boxattachment{ /*图片的固定--scroll:随着页面其余部分的的滚动而移动*/ background-attachment: scroll; /*图片的固定--fixed背景不会随着滚轮移动 但是元素会移动并且对图片进行一部分的覆盖*/ background-attachment: fixed; } .boxposition{ /*背景图片的定位--x:left y:top 位于左边顶部*/ background-repeat: no-repeat; /* background-position: left top; */ /*背景图片的定位--x:25px y:50px 向右偏移25px 向下偏移50px*/ background-position:25px 50px; background-position: right bottom ; /*背景图片的定位--center 居中*/ background-position: center; } </style> </head> <body> <div class="boxrepeat"></div> <div class="boxsize"></div> <div class="boxattachment"></div> <div class="boxposition"></div> </body> </html>
原文链接:https://www.cnblogs.com/blogzzy/p/11185920.html
如有疑问请与原作者联系
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
上一篇:html锚点
- 美化博客园样式 2020-05-17
- How to Create Responsive Tables using CSS without &l 2020-04-30
- 【Vue】基础(数据 & 计算属性 & 方法) 2020-04-22
- 1.图片元素<img>和<map>的联用 2020-04-07
- css--->圆角设置 2020-04-05
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash