码迷,mamicode.com
首页 >  
搜索关键字:indent    ( 1126个结果
vim 配置
"" Author: Tianql" System: Ubuntu15.x" Date: 2015/4/24"set fileencoding=utf-8set encoding=utf-8"filetype on"filetype plugin on"filetype indent onfilet...
分类:系统相关   时间:2015-04-25 00:03:33    阅读次数:186
ie6 ie7 盒子模型规则
无序列表 无序列表 ul li{ font-family:"宋体"; line-height:24px; position:relative; text-indent:14px; width:272px; height:24px; overf...
分类:其他好文   时间:2015-04-20 16:49:40    阅读次数:124
style 链接 (页面设计)
很久没来了,那今天就先来点同 链接的吧 Document h1{ color:blue; } h2{ font-size: 12px; } p{ text-indent: 2em; color: #259; font-style: italic; } 蓝色啦 首行缩进2字符 发现有什么不同了吗 本来二级标题会有那么小吗 效果...
分类:其他好文   时间:2015-04-14 23:21:08    阅读次数:233
C#自学之路28
28.TreeView控件TreeView控件是用来显示分级信息的。1.TreeView的常用属性。a.ImageList属性。用来设置或获取节点所使用的Image对象的ImageList。b.ImageIndex属性。用来设置或获取节点显示的默认图形的图像列表索引值。c.Indent属性。用来获取或设置每个子树节点级别的缩进距..
分类:Windows程序   时间:2015-04-13 21:03:39    阅读次数:191
input的width和padding-left同时存在时IE兼容问题
总的来说,text-indent不影响元素的最终宽度但是有兼容性问题,padding-left在中国主流浏览器IE低版本下影响最终宽度,但在chrome和firefox下不影响宽度,但是可以通过CSS reset解决多浏览器显示不一的问题,使得他们最终都影响宽度。text-indent和paddin...
分类:其他好文   时间:2015-04-08 12:40:50    阅读次数:151
vim笔记
windows配置set autoindentset cindentfiletype plugin indent onset nobackupset shiftwidth=2set tabstop=2set nuset guifont=consolas:h10set encoding=utf-8se...
分类:系统相关   时间:2015-04-05 23:08:57    阅读次数:214
后端码农谈前端(CSS篇)第八课:继承与层叠
一、继承 继承:所谓CSS样式继承,就是子元素应用父元素的规则声明。(由这一特性,可将CSS属性分为可继承属性和非可继承属性。)可继承属性:属性值可由父元素继承给子元素的属性称之为可继承属性。 哪些属性是可继承属性? 1、文本样式属性 text-indent、text-align、word-spac...
分类:Web程序   时间:2015-03-28 15:36:52    阅读次数:122
SourceInsight使用入门与技巧(转)
1 sourceinsight screen font 的默认字体是Verdana的,它是一直变宽字体。在Document style中可以将字体改为定宽的Courier2 document options->auto indent 去掉indent Open Brace和Indent Close ...
分类:其他好文   时间:2015-03-17 00:25:40    阅读次数:172
块级元素才能用缩进
我是块级元素能用字体缩进 我是行内元素不能用字体缩进 .text-indent-div{ text-indent:2em; }.text-indent-span{ text-indent:2em; display:block;/*转化为块级元素,缩进才会起作用...
分类:其他好文   时间:2015-03-13 12:34:49    阅读次数:126
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!