The grey area below represents what is going to be logged in the web server's log file.* Your goal is to make it like a username "admin" has succeeded ...
分类:
Web程序 时间:
2016-11-14 20:25:24
阅读次数:
289
/*you are sunshine, my only sunshine, you make me happy when skies are grey. you'll never know dear , how much i love you. please don't take my sunshi ...
分类:
其他好文 时间:
2016-11-13 09:28:59
阅读次数:
204
天蓝色azure ,蓝色blue ,黑色black ,灰色grey ,绿色green ,红色red ,黄色yellow ,白色white palegoldenrod 苍麒麟色 palegreen 苍绿色 paleturquoise 苍绿色 palevioletred 苍紫罗蓝色 pansy 紫罗兰色 ...
分类:
其他好文 时间:
2016-10-29 11:55:37
阅读次数:
141
<!DOCTYPEhtml><html><head><metacharset="utf-8"><title>表格</title></head><body><tableborder="3px"width="800px"><tr><thcolspan="10">个人简历</th></tr><tr><thbgcolor="grey"..
分类:
其他好文 时间:
2016-10-17 16:21:26
阅读次数:
133
<!DOCTYPEhtml><html><head><metacharset="utf-8"><title>网页标题</title><style>body{margin:0;}.uni{float:left;}</style></head><body><divstyle="width:100%;height:32.8px;background:grey;margin:0auto..
分类:
Web程序 时间:
2016-10-12 23:08:55
阅读次数:
192
颜色 三种方式。 1.英文名称 如grey 2.RGB 如rgb(255,0,0) 3.RGB另外一种表达 如#FF0000 这个其实与2是一样的,每两位十六进制数表示rgb的一个分量,就是八位二进制表示一个分量 ...
分类:
Web程序 时间:
2016-10-06 16:53:45
阅读次数:
116
基本APIsectionsColor:['green','orange','red','grey'],//为每一层设置背景颜色controlArrows:true,//是否显示幻灯片的左右按钮verticalCentered:true,//每一页的内容是否竖直居中resize:false,//字体是... ...
1. 单像素边框CSS表格 这是一个很常用的表格样式。 源代码: 2. 带背景图的CSS样式表格 和上面差不多,不过每个格子里多了背景图。 cell-blue.jpg cell-grey.jpg 1. 下载上面两张图,命名为cell-blue.jpg和cell-grey.jpg 2. 拷贝下面的代码 ...
分类:
Web程序 时间:
2016-08-03 01:25:41
阅读次数:
1056
专门针对IE的hack写法:_background:red;/*IE6*/*background:black;/*IE7*/background:blue\9;/*在IE6,IE7,IE8,IE9,IE10下生效*/background:green\0;/*在E8,IE9,IE10下生效*/background:grey\9\0;/*在IE9,IE10下生效*/
分类:
Web程序 时间:
2016-06-13 11:54:27
阅读次数:
171
p{ background:grey; color:white; font-size:0.5in; height:2em; width:50%; } height:2em意思就是屏幕上显示的的高度为字号的2倍 font-size:0.5in;就是html的字号设置为0.5英寸,是绝对值 width: ...
分类:
Web程序 时间:
2016-06-12 12:19:40
阅读次数:
1075