CSS背景:background-repeat

小神童手脑速算

小神童手脑速算

2016-02-19 16:38

下面图老师小编跟大家分享CSS背景:background-repeat,一起来学习下过程究竟如何进行吧!喜欢就赶紧收藏起来哦~

语法:

background-repeat : repeat | no-repeat | repeat-x | repeat-y

取值:

repeat : 默认值。背景图像在纵向和横向上平铺

no-repeat : 背景图像不平铺

repeat-x : 背景图像仅在横向上平铺

repeat-y : 背景图像仅在纵向上平铺

说明:

(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/webkaifa/)

设置或检索对象的背景图像是否及如何铺排。必须先指定对象的背景图像( background-image )。

此属性对于 currentStyle 对象而言是只读的。对于其他对象而言是可读写的。

对应的脚本特性为 backgroundRepeat 。

示例:

(本文来源于图老师网站,更多请访问https://m.tulaoshi.com/webkaifa/)

menu { background: url("images/aardvark.gif"); background-repeat: repeat-y; }
p { background: url("images/aardvark.gif"); background-repeat: no-repeat; }

展开更多 50%)
分享

猜你喜欢

CSS背景:background-repeat

Web开发
CSS背景:background-repeat

CSS背景:background

Web开发
CSS背景:background

s8lol主宰符文怎么配

英雄联盟 网络游戏
s8lol主宰符文怎么配

CSS背景:background-color

Web开发
CSS背景:background-color

CSS背景:background-position-y

Web开发
CSS背景:background-position-y

lol偷钱流符文搭配推荐

英雄联盟 网络游戏
lol偷钱流符文搭配推荐

CSS背景:background-position

Web开发
CSS背景:background-position

CSS背景:background-attachment

Web开发
CSS背景:background-attachment

lolAD刺客新符文搭配推荐

英雄联盟
lolAD刺客新符文搭配推荐

Win8将网站与应用固定到开始屏幕

Win8将网站与应用固定到开始屏幕

CSS:font-stretch

CSS:font-stretch
下拉加载更多内容 ↓