分拆纵向独立属性。为元素设置上、下外边距。
分拆横向独立属性。为元素设置上、下外边距。
分拆独立属性。为元素单独设置上、右、下、左4个方向的内边距。
属性值描述:
1.阴影类型:此参数可选,默认的投影方式是外阴影;如果取其唯一值“inset”,就是将外阴影变成内阴影。
2.X-offset:是指阴影水平偏移量,其值可正可负,正值,则阴影在对象的右边,负值,阴影在对象的左边
3.Y-offset:是指阴影的垂直偏移量,其值也可以是正负值,正值,阴影在对象的底部,负值时,阴影在对象的顶部。
4.阴影模糊半径:此参数是可选,只能为正值,如果其值为0时,表示阴影不具有模糊效果,值越大阴影的边缘就越模糊
5.阴影扩展半径:此参数可选,其值可为正负值,正值,则整个阴影都延展扩大,反之,则缩小
6.阴影颜色:此参数可选,不设定任何颜色时,浏览器会取默认色,但各浏览器默认色不一样,特别是在webkit内核下的safari和chrome浏览器将无色,也就是透明,建议不要省略此参数。
注:多层阴影,最内层优先级最高,之后依次降低。使用逗号“,”隔开。
3.border-image-width:定义元素边框图像的厚度。
该属性用于指定使用多厚的边框来承载被裁剪后的图像。
当该属性省略未定义时,因为默认值是 1 ,所以该属性的计算值会是 1 * border-width ,相当于会直接使用 border-width 的定义。
4.border-image-outset:定义边框图像从边框边界向外偏移的距离。
5.border-image-repeat:定义分割图像怎样填充边框图像区域。
2.background-image:定义元素使用的背景图像。
3.background-repeat:定义元素的背景图像如何填充。
4.background-attachment:定义滚动时背景图像相对于谁固定。
5.background-position:指定背景图像在元素中出现的位置。
example:假设要定义背景图像在容器中右下方,并且距离右边和底部各有20px
要注意的是:设置3个或4个值,偏移量前必须有边界关键字。也就是说,形如:10px bottom 20px,这样的参数设置是错误的,因为10px前面没有关键字。
6.background-origin:指定的背景图像计算background-position时的参考原点(位置)。
取值:
border-box:从border区域(含border)开始显示背景图像。
padding-box:从padding区域(含padding)开始显示背景图像。 (默认)
content-box:从content区域开始显示背景图像。
注意,如果设置background-origin后,设置background-position会相对于background-origin设置的位置做参考来偏移背景图,比如设置在border开始显示图片,这是设置background-position:left 10px top 10px是相对于边框进行左边偏移10px上面偏移10px,如果没设置background-origin,默认是相对于padding处进行偏移。
7.background-clip:指定对象的背景图像向外裁剪的区域。
取值:
border-box:从border区域(含border)开始向外裁剪背景。(默认)
padding-box:从padding区域(含padding)开始向外裁剪背景。
content-box:从content区域开始向外裁剪背景。
text:从前景内容的形状(比如文字)作为裁剪区域向外裁剪,如此即可实现使用背景作为填充色之类的遮罩效果。
8.background-size:定义背景图像的尺寸大小
添加多首背景音乐: http://hi.baidu.com/linzai/blog/item/5622cbea095301d3d439c950.html设置透明背景图: http://hi.baidu.com/linzai/blog/item/42dd22a4b9bf3ef79152ee50.html
在空间顶部加入图片: http://hi.baidu.com/linzai/blog/item/28bad62a3fa8039b023bf657.html
宣传百度空间的6种方法: http://hi.baidu.com/linzai/blog/item/30fa57fb486274166c22eb55.html
空间的名称如何用艺术字?: http://hi.baidu.com/linzai/blog/item/bca231faf612911ea9d31154.html
让自己的空间下雨: http://hi.baidu.com/linzai/blog/item/fe49b68fdbcda3eef11f3654.html
如何在"其它"下面加上图片: http://hi.baidu.com/linzai/blog/item/c6844b546cbbea54574e004b.html
为评论和链接加上图片: http://hi.baidu.com/linzai/blog/item/dabd625930bae32a2934f04a.html
如何让你的浏览器滚动条变色: http://hi.baidu.com/linzai/blog/item/d72348edfae5bcd4b21cb14a.html
让空间自动弹出对话框: http://hi.baidu.com/linzai/blog/item/4ca3950a4ad8121f94ca6b49.html
自制闪字空间名称: http://hi.baidu.com/linzai/blog/item/ce6afe0303d0e188d53f7c48.html
去掉文章题目下划线: http://hi.baidu.com/linzai/blog/item/01409323b8499644ac34de4f.html
给链接添加背景色效果代码: http://hi.baidu.com/linzai/blog/item/7e1aab77f581841bb151b94f.html
如何插入多处背景图片: http://hi.baidu.com/linzai/blog/item/37643887cbc3022ac75cc34e.html
空间常用特殊符号介绍: http://hi.baidu.com/linzai/blog/item/bf8691139af1fd806438db42.html
如何改变空间名称的效果: http://hi.baidu.com/linzai/blog/item/288897caac469086c8176841.html
在BLOG里加时钟和挂件: http://hi.baidu.com/linzai/blog/item/95b5700e087de0ca7acbe141.html
边框的设置: http://hi.baidu.com/linzai/blog/item/a544ff1f39b9a00a314e1540.html
屏蔽你认为多余的栏目的方法: http://hi.baidu.com/linzai/blog/item/046092529aae450e0df3e347.html
给空间首页添加翻页按钮: http://hi.baidu.com/linzai/blog/item/7e1aab77f599841bb151b947.html
空间的CSS运用的三种方式: http://hi.baidu.com/linzai/blog/item/72a965094bb647cf3ac76346.html
字体修改之光晕字体: http://hi.baidu.com/linzai/blog/item/f06dad51a655838f8d543046.html
如何修改百度空间的鼠标样式: http://hi.baidu.com/linzai/blog/item/5c98dbf9c4a15759242df246.html
更换空间主体背景及文章背景: http://hi.baidu.com/linzai/blog/item/d72348edfaf9bcd4b21cb146.html
把QQ空间里的鼠标弄到百度: http://hi.baidu.com/linzai/blog/item/2062e2fec4af8b315d600845.html
隐藏播放器而不影响音乐播放: http://hi.baidu.com/linzai/blog/item/02240d24ee2eee33c9955944.html
在你的空间显示IP地址的代码: http://hi.baidu.com/linzai/blog/item/9fd2d48847b6b094a5c27244.html
如何自定义空间背景图片: http://hi.baidu.com/linzai/blog/item/9cb495dd91cd9a345882dd44.html
专栏分割线的代码修改方法: http://hi.baidu.com/linzai/blog/item/da5d79cb0dcfc51fbf09e644.html
为友情链接增加一个滚动条: http://hi.baidu.com/linzai/blog/item/288897caac409086c817687b.html
教你如何制作个性化的标题栏: http://hi.baidu.com/linzai/blog/item/7f1c45103595fffcc2ce797a.html
空间模块移动+文字快速链接: http://hi.baidu.com/linzai/blog/item/234aa1cc415eba1000e9287a.html
让你的空间半透明: http://hi.baidu.com/linzai/blog/item/2ae89c2fdb8e1f381e30897a.html
透明的背景音乐的播放器: http://hi.baidu.com/linzai/blog/item/63911f95eea23a087af48015.html
给超链接添加按钮效果: http://hi.baidu.com/linzai/blog/item/767b56e7720b172eb8382015.html
个性你的IP显示,自定义颜色: http://hi.baidu.com/linzai/blog/item/d05353da1d1101dbb7fd4815.html
百度空间文字发光的方法: http://hi.baidu.com/linzai/blog/item/be8cb25136c3be18377abe16.html
显示"点击给你发消息"怎么做: http://hi.baidu.com/linzai/blog/item/f54bd3003d7af511738b6516.html
无缝调用不同模板CSS的办法: http://hi.baidu.com/linzai/blog/item/185934d3c8e58e003bf3cf17.html
自动变化的背景图片: http://hi.baidu.com/linzai/blog/item/dcd4af4b61cf4bf083025c17.html
改变TAB菜单栏的位置及颜色: http://hi.baidu.com/linzai/blog/item/8a96a38b5f0a1f7f9f2fb410.html
玩转百度空间的"背景音乐": http://hi.baidu.com/linzai/blog/item/51f736a83e01b5b1ca130c11.html
自动变化的背景图片: http://hi.baidu.com/linzai/blog/item/6dce272ddfa26a34359bf77b.html