易截截图软件、单文件、免安装、纯绿色、仅160KB

Css 图解margin 和 padding 的区别

Css 图解margin 和 padding 的区别
以前常常以为margin 和 padding的区别,而老是google,现在理清了...
图解:

margin : 相当于组件的 外边缘 与外部组件的距离
padding : 相当于组件的 内边缘 与内部组件的距离


相关文档:

Css数据图表


Data visualization is mostly achieved with flash applications or
with help of some programming languages. Are those solutions the only
way to present, let's say simple data chart? How about giving it a try
with nothing but good ol' css?
Take a look at the Demo
| Download Css Chart
Approach ......

css的一些技巧汇总2010 01 19

  .ie
  {
    border:1px solid #000000;
    width:100px;
    height:300px;
    font-size:12px;
  }
  .ie div
  { text-over:
    overflow:hidden;
    text-overflow:ellipsis ......

Web开发学习笔记4——CSS学习笔记

注:本学习笔记只是自己的一些备忘,初学者的东西不具有参考性,请到W3School(http://www.w3school.com.cn/css/index.asp)进行系统学习。 学习CSS我使用的工具是Visual CSS,可以实现同步预览,快速学习编辑CSS。   1.CSS的作用:用来规定网页中的内容的显示方式,避免给HTML增加很多的属性而将代码变得臃肿。 2.CSS ......

css 设置好TD 同时存在treeview与gridview的时候

让treeview不显示td网格线 gridview显示网格线
HTML 
<style type="text/css">
        TD
        {
            font-size: 9pt;
       ......

几个经典的css技巧

使用 line-height 垂直居中
line-height:24px;
使用固定宽度的容器并且需要一行垂直居中时,使用 line-height 即可(高度与父层容器一致),更多的垂直居中总结可以看这里。
清除容器浮动
#main {
overflow:hidden;
}
不让链接折行
a {
white-space:nowrap;
}
上面的设定就能避免链接折行,不过个 ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号