/** * 图片绘制3d效果 * @param srcImage * @param radius * @param border * @param padding * @return * @throws IOException *...
分类:
其他好文 时间:
2014-11-06 00:35:30
阅读次数:
131
1、先说下Ubuntu14.04系统开机紫框的问题:Grub theme:黑色屏幕出现紫色边框There's a minor typo on the grub theme which produces a black screen with purple border before the grub menu is drawn and on Plymouth start. AIUI, there'...
分类:
系统相关 时间:
2014-11-05 23:10:17
阅读次数:
212
附录: HTML Cheat Sheet 一下午读了300页,这本书真的是大白话,目标读者应该是那些完全没有编程经验的人群入门。 Tips: IE无法正确显示页面主体周围的边框 body{border:} index.html#id 用id链接到页面元素 像素:你的计算机显示屏是由树百万个称为像素的...
分类:
Web程序 时间:
2014-11-05 19:38:52
阅读次数:
223
今天发现数据库中存的值为这样的东西.<p style="margin: 0px; padding: 5px 10px; border: 0px none; line-height: 28px; font-size: 14px; font-family: simsun, Arial, ...
分类:
其他好文 时间:
2014-11-05 19:13:05
阅读次数:
255
#colorNav ul li:first-child:before {content: '';position: absolute;width: 1px;height: 1px;border: 5px solid transparent;border-bottom-color: #313131;l...
分类:
其他好文 时间:
2014-11-05 17:07:09
阅读次数:
118
一、效果图。二、HTML+CSS。<style>*{padding:0;margin:0;font-size:12px;}li{list-style:none;}a{text-decoration:none;}.clear:after{content:‘‘;display:block;clear:both;}.clear{zoom:1;}.box{width:958px;border:1pxsolid#c6c6c6;height:328px;margin:90pxauto;}.l..
分类:
其他好文 时间:
2014-11-04 19:53:57
阅读次数:
257
简单描述: 用到的知识点 css 中的绝对定位 以及 Js 中的事件冒泡(或事件委托)1 .cont{display:inline-block;width:200px;height:200px;border:1px solid red;position:absolute;left:150px;t.....
分类:
其他好文 时间:
2014-11-04 19:35:35
阅读次数:
343
Html代码动画选框Css代码.box{width:300px;height:100px;border:1pxdotted#fff;border-image:url(data:image/gif;base64,R0lGODlhCAAIAJEAAP////8A/wAAAAAAACH/C05FVFNDQ...
分类:
Web程序 时间:
2014-11-04 16:32:16
阅读次数:
170
??
裁剪 div 元素中内容的左/右边缘 - 如果溢出元素的内容区域的话:
div
{
overflow-y:hidden;
}
div
{
width:110px;
height:110px;
border:thin solid black;
overflow-x:hidden;
overflow-y:hidden;
}
...
分类:
Web程序 时间:
2014-11-03 13:07:13
阅读次数:
256