• CSS默认值


    Background

    <样式>{ background-color: transparent; background-image: none; background-repeat: repeat; background-position: top left; background-attachment: scroll; }

    Font

    <样式>{ font-style: normal; font-variant:normal; font-weight: normal; font-size: inherit; line-height: normal; font-family:inherit; }

    Border

    <样式>{ border- medium;/*IE FF Chrome 验证好像真的是3px;*/ border-style: none; border-color: black; }

    Margin

    IE6相当于 <样式>{ margin: 15px 10px; } FF, Chrome相当于 <样式>{ margin: 8px; }

    Padding

    <样式>{ padding: 0px; }

    !注意: IE 实现的BOX(框/盒子)模型和其他浏览器不是很一样(可以参考一下这里),另外IE6完全实现CSS1和部分CSS2.
  • 相关阅读:
    11
    TSP-test
    TSP-SA_TSP
    TSP-PathLength
    TSP-OutputPath
    TSP-NewAnswer
    TSP-
    TSp-dsxy2figxy
    TSP-DrawPath
    TSP-Distanse
  • 原文地址:https://www.cnblogs.com/qinghao/p/1516575.html
Copyright © 2020-2023  润新知