热门关键字:
jquery > jquery教程 > jquery教程 > 四、CSS背景样式:

四、CSS背景样式:

505
作者:管理员
发布时间:2020/8/24 10:37:27
评论数:0
转载请自觉注明原文:http://www.jq-school.com/Show.aspx?id=2458

background-color:#F5E2EC; /*背景颜色*/

background:transparent; /*透视背景*/

background-image : url(/image/bg.gif); /*背景图片*/

background-attachment : fixed; /*浮水印固定背景*/

background-repeat : repeat; /*重复排列-网页默认*/

background-repeat : no-repeat; /*不重复排列*/

background-repeat : repeat-x; /*在x轴重复排列*/

background-repeat : repeat-y; /*在y轴重复排列*/

指定背景位置

background-position : 90% 90%; /*背景图片x与y轴的位置*/

background-position : top; /*向上对齐*/

background-position : buttom; /*向下对齐*/

background-position : left; /*向左对齐*/

background-position : right; /*向右对齐*/

background-position : center; /*居中对齐*/





如果您觉得本文的内容对您的学习有所帮助:支付鼓励



关键字:ps
友荐云推荐