效果如下:html代码: click on me! CSS代码:#contentPopup { position: absolute; display: none; ...
分类:
其他好文 时间:
2014-07-24 14:42:15
阅读次数:
303
1、ls产生一个文件名的列表,它大致是这样工作的: open directory
+-> read entry - end of dir? -+
|__ display file info |
close directory <--------------+ 2、目录是一种特殊...
分类:
系统相关 时间:
2014-07-24 10:56:24
阅读次数:
332
一:iPhone
4.0‘ Display: iPhone 5、iPhone 5S、iPhone 5C。 分辨率:1136 * 960
设计标准参照下图iPhone5
3.5’ Display: iPhone4S、iPhone4、iPhone3GS(非Retina屏) 分辨率: 960 *...
分类:
其他好文 时间:
2014-07-24 10:38:39
阅读次数:
304
ZigZag ConversionThe string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern i...
分类:
其他好文 时间:
2014-07-24 09:51:13
阅读次数:
244
HTML代码优化表单域用fieldset包起来,并用legend说明其用途(注意在css初始化的时候把fieldset的border设为0,把legend的display设为none)每个input标签要用label来标注文本,并为每个input设id,用for关联。为了提高搜索引擎友好性,要减少t...
分类:
Web程序 时间:
2014-07-23 22:19:27
阅读次数:
295
html代码: 系统管理员选项 宿舍管理 系统配置 权限设置 发布新闻[列表] 系统日志 css样式.xtop, .xbottom {display:block;background:transparent;...
分类:
其他好文 时间:
2014-07-23 15:37:49
阅读次数:
191
这一节我们就要讲到布局了,其实布局本身特别简单,但是要合理的布好局就不那么简单了,就像我们写文章一样,写一篇文章非常简单,但是要写一篇名著就很难了,这需要我们扎实的功底和对文学的理解,但是,千里之行,始于足下,我们开始吧。
************显示方式*************
1.有时候我们会设置一个元素的显示方式,比如我们在做导航条的时候,就会使用display:inline来...
分类:
Web程序 时间:
2014-07-23 13:31:15
阅读次数:
268
在一次实现中需要用span实现模拟一个点:.dot{ display:block; width:3px; height:3px; background-color:#ccc;} 但是在其他浏览器里面显示正常,在ie6中显示会变成一个长方形。原因是在ie6中有个最小的高度,当...
分类:
其他好文 时间:
2014-07-23 12:43:06
阅读次数:
181
'set the control can display the focus status Protected Overrides Sub OnGotFocus(ByVal e As System.EventArgs) MyBase.OnGotFocus(e) M...
分类:
其他好文 时间:
2014-07-22 22:41:13
阅读次数:
198