摘要: 通配符选择器 Universal Selector* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}元素选择器 Element Type Selector... 阅读全文
posted @ 2014-11-25 14:46 tealane 阅读(118) 评论(0) 推荐(0) 编辑
摘要: HTML上传图片CSS.input-file-button { display:block; width: 200px; height: 80px; text-align: center; line-height: 80px; color: #fff; font-size: 30px; font-family: "MicroSoft YaHei"; text-shadow: 0px 0 5px #A74900; border-radius: 5px; overflow: hidden; position: relative; background: #EC6D0B;}... 阅读全文
posted @ 2013-09-04 19:26 tealane 阅读(365) 评论(0) 推荐(0) 编辑
摘要: 单行文本截字1 .nowrap {2 overflow: hidden;3 white-space: nowrap;4 text-overflow: ellipsis;5 word-break: normal;6 word-wrap: normal;7 width: 200px; /* 宽度根据实际情况修改 */8 } 阅读全文
posted @ 2013-09-04 19:16 tealane 阅读(141) 评论(0) 推荐(0) 编辑
摘要: Web应用框架(Web application framework)是一种电脑软件框架,用来支持动态网站、网络应用程序及网络服务的开发。这种框架有助于减轻网页开发时共通性活动的工作负荷,例如许多框架提供数据库访问接口、标准样板以及会话管理等,可提升代码的可再用性。国外BootstrapFoundation960 Grid SystemSkeletonHTML KickStartKube CSSLess Framework 4FlaminworkG5EasyBlueprintYAMLBlueTripYUIBackbone52frameworkElasticEmasticFluid 960 Gri 阅读全文
posted @ 2013-06-25 00:11 tealane 阅读(222) 评论(0) 推荐(0) 编辑
摘要: Downloadhttp://fiddler2.com/ 阅读全文
posted @ 2013-06-21 13:04 tealane 阅读(119) 评论(0) 推荐(0) 编辑
摘要: 1 2 3 4 5 Title of the document 6 7 8 9 The content of the document......10 11 标签没有结束标签。 对大小写不敏感。 无需type="text/css" 阅读全文
posted @ 2013-06-21 12:53 tealane 阅读(242) 评论(0) 推荐(0) 编辑
摘要: 方式一:引入Google的HTML5.js线上文件1 2 3 方式二:自定义 1 自定义方式同时CSS需定义如下:1 article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block} 阅读全文
posted @ 2013-06-21 12:51 tealane 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 利用CSS 框架,可以简化你的工作,提高工作效率。CSS 框架是一系列 CSS 文件的集合体,包含了基本的元素重置,页面排版、网格布局、表单样式、通用规则等代码块。下面给你推荐了27款优秀的CSS框架,你可以选用。1.960gs960 像素的页面宽度似乎成为了一种设计标准,在当前各种分辨率下,能够很好地展现网页内容。提供较为常用的尺寸来简化网页设计过程,使工作简单高效。2.YUI 2: Grids CSS芒果曾经介绍过由雅虎开发小组推出的 YUI,而这个 YUI Grids CSS 正是其中的一部分。作为最著名的 CSS 框架之一,YUI Grids CSS 提供了四种预设页面宽度,六种预设模 阅读全文
posted @ 2013-06-17 14:32 tealane 阅读(491) 评论(0) 推荐(0) 编辑