• css属性 background


    background	在一个声明中设置所有的背景属性。	
    background-attachment	设置背景图像是否固定或者随着页面的其余部分滚动。	
    background-color	设置元素的背景颜色。
    background-image	设置元素的背景图像。	
    background-position	设置背景图像的开始位置。	
    background-repeat	设置是否及如何重复背景图像。	
    background-clip	规定背景的绘制区域。	
    background-origin	规定背景图片的定位区域。	
    background-size	规定背景图片的尺寸。	

    连写在一起   background:#00FF00 url(bgimage.gif) no-repeat fixed top;
    background-size需要写在background加载图片之后,否则不会生效
    background: url(../image/c6.png) no-repeat;
    background-size: 100%;
  • 相关阅读:
    1.Apache与Tomcat
    jeeplus 多选框
    GIT 回滚
    jsp 中data 转换 字符串
    Pattern和Matcher中表达式
    web.xml 详细介绍
    $.ajax()方法详解
    My 2016
    如何做好一个保安队长。
    集合之WeakHashMap
  • 原文地址:https://www.cnblogs.com/detanx/p/css3bg.html
Copyright © 2020-2023  润新知