zoukankan      html  css  js  c++  java
  • 样式表属性

        background-image:url(file:///D|/Adobe%20Dreamweaver%20CS6/306/2.jpg);
        background-attachment:fixed;/*背景固定不随字体滚动*/
        background-attachment:scroll;/*背景随字体滚动*/
        background-repeat:no-repeat;/*背景;no-repeat不平铺,erpeat平铺 repeat-x 横向平铺repeat-y*纵向平铺*/
        background-position:center;/*背景居中*/
        background-position:right top;/*背景放到右上角*/
        background-position:left 100px top 20opx;/*背景离左边100像素,离上边200像素*/
        font-famlily:""字体设置
        font-size:9px;字体大小
        font-weight:normal;/*bold是加粗normal是正常*/
        font-style:italic
        border     在一个声明中设置所有的边框属性。     
        border-bottom     在一个声明中设置所有的下边框属性。     
    border-bottom-color     下边框的颜色。
    border-bottom-style     设置下边框的样式。     
    border-bottom-width     设置下边框的宽度。     
    border-color     设置四条边框的颜色。     
    border-left     在一个声明中设置所有的左边框属性。     
    border-left-color     左边框的颜色。
    border-left-style     左边框的样式。     
    border-left-width     左边框的宽度。     
    border-right     在一个声明中设置所有的右边框属性。     
    border-right-color     右边框的颜色。     
    border-right-style 右边框的样式。     
    border-right-width     右边框的宽度。     
    border-style     设置四条边框的样式。     
    border-top     在一个声明中设置所有的上边框属性。     
    border-top-color     上边框的颜色。     
    border-top-style     上边框的样式。     
    border-top-width     上边框的宽度。     
    border-width     设置四条边框的宽度。     
    outline     在一个声明中设置所有的轮廓属性。     
    outline-color     设置轮廓的颜色。     
    outline-style     设置轮廓的样式。     
    outline-width     设置轮廓的宽度。     
    border-bottom-left-radius     定义边框左下角的形状。     
    border-bottom-right-radius     定义边框右下角的形状。     
    border-image     简写属性,设置所有 border-image-* 属性。     
    border-image-outset     规定边框图像区域超出边框的量。     
    border-image-repeat     图像边框是否应平铺(repeated)、铺满(rounded)或拉伸(stretched)。     
    border-image-slice     规定图像边框的向内偏移。     
    border-image-source     规定用作边框的图片。     
    border-image-width     规定图片边框的宽度。     
    border-radius     简写属性,设置所有四个 border-*-radius 属性。     
    border-top-left-radius     定义边框左上角的形状。     
    border-top-right-radius     定义边框右下角的形状。     
    height     设置元素高度。     1
    max-height     设置元素的最大高度。     
    max-width     设置元素的最大宽度。     
    min-height     设置元素的最小高度。     
    min-width     设置元素的最小宽度。

  • 相关阅读:
    C# MQTT M2MQTT
    C# MethodInvoker委托的使用
    linux打包/解压-tar
    linux挂载查看、添加与取消
    IE6、火狐不支持a:visited
    js和jquery中的触发事件
    MySQL5.7.9免安装版配置方法
    mysql数据库在Navicat Premium连接的时候出现1862错误
    mysql max_allowed_packet查询和修改
    服务器是windows时tomcat无法打印所有日志配置修改
  • 原文地址:https://www.cnblogs.com/yi11/p/6553835.html
Copyright © 2011-2022 走看看