通过CSS3的linear-gradient实现的.bg{width:300px;height:50px;background:#caca8c;background-image:-webkit-gradient(linear,50%0,0100%,from(transparent),color-st...
分类:
Web程序 时间:
2014-05-09 12:28:39
阅读次数:
4486
http://www.topcss.org/demo/background-size-cover-contain.html
分类:
Web程序 时间:
2014-05-09 03:20:55
阅读次数:
503
大家经常探讨使用asp,而不使用其他组建能否实现文件的上传,从而开发出支持邮件附件的邮件系统,答案是可以的。请看:
以下是发送邮件的页面,邮件的帐号是员工号,假设是5位的数字,sendmail.asp当然是在合法登陆后才能够看到的
input { font-size: 9pt; color: #0011dd; background-color: #e9e9...
分类:
Web程序 时间:
2014-05-09 01:30:55
阅读次数:
327
1.log 文件存储位置: 文件名以 .evt结尾 xp/windows server 2003:
%SystemRoot%\System32\Config Windows Vista/7/Server2008 location,
%SystemRoot%\system32\winevt\logs....
i am bug
.bug{height:60px;line-height:60px;background-color:#999;} .bug
span{display:inline-block;width:100px;height:20px;background-color:#ff0000;v.....
分类:
其他好文 时间:
2014-05-08 14:47:23
阅读次数:
293
写项目的时候一直用到边距,今天用了一下午的时间好好研究了一下边距,发现CSS边距并非那么简单。这里就和大家分享一下:一、内边距 如下面代码 html: css:
.test{ width:100px; height:100px; background-color:#fbc; pa...
分类:
Web程序 时间:
2014-05-08 09:55:43
阅读次数:
1072
昨晚自己倒腾的。估计这种代码只有自己看得懂了。第一篇博文,纪念一下。代码插入这个还是比较方便的~~varkeyHandler=function(event){
vare=event||window.event||arguments.callee.caller.arguments[0];
varhoverCSS={
color:‘#FFF‘,
‘background-color‘:‘#6E9DE4‘
};
varbac..
分类:
Web程序 时间:
2014-05-08 03:12:31
阅读次数:
541
Help Me Escape
Time Limit: 2 Seconds Memory Limit: 32768 KB
Background
If thou doest well, shalt thou not be accepted? and if thou doest not well, sin lieth at the door. And unto the...
分类:
其他好文 时间:
2014-05-08 01:37:02
阅读次数:
353
如果selector无法实现点击切换图片的效果,你是否查看了xml文件的item标签中,把正常的图片标签放在最后?你是否把main.xml中的android:background="@drawable/item的xml文件名字”?详情请看。。。...
分类:
其他好文 时间:
2014-05-06 23:38:48
阅读次数:
382
#header .nav-box { background:url(images/nav-box-bg.gif) left top repeat-x; width:100%;}
repeat-x是横向铺满,就是在#header .nav-box中,图片nav-box-bg.gif会横向重复,直到铺满;
repeat-y是纵向,就这么回事,如果不想重复,no-repeat....
分类:
Web程序 时间:
2014-05-06 15:39:30
阅读次数:
355