html5标签 css3的border-radius在IE下没有效果,解决方法:首先下载ie-css3.htc脚本,然后在css中加入:behavior: url(ie-css3.htc);当你使用了这个htc文件后,你的CSS里面,只要写有box-shadow, -moz-b... Read More
posted @ 2015-09-04 23:01 tinyphp Views(712) Comments(0) Diggs(0)
html5标签 我是header 我是footerheader和footer是html5的块元素,但是旧版的ie并不支持,要支持的方法可以在head中加入js地址:http://html5shiv.googlecode.com/svn/trunk/html... Read More
posted @ 2015-09-04 22:16 tinyphp Views(851) Comments(0) Diggs(0)
头部注释/** @description: 中文说明* @author: name* @update: name (2013-04-13 18:32)*/首尾注释/* Footer */ 内容区 /* End Footer */ 注意事项1、一律采用小写加中划线的方式,不允许使用大写字母或 _2、尽... Read More
posted @ 2015-09-04 09:40 tinyphp Views(497) Comments(0) Diggs(0)