【2009-02-23】Windows风格的按钮
.button2
{
border-right:1px solid buttonhighlight;
border-left:1px solid buttonshadow;
【2009-02-23】纯CSS的按钮
.btn {
BORDER-RIGHT: #7b9ebd 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #7b9ebd 1px solid; PADDIN
【2009-02-22】asp操作文件夹
asp生成文件夹
<%create_fold "newfold/"%>
<%sub create_fold(T_fold) set fso=server.CreateObject
【2009-02-22】asp读写删除文件
asp写文件:
<%create_file "write","111.htm"
%>
<%sub create_file(T_content,T_path) on error
【2009-02-21】给图片加个放大镜
var shrinkfactor=5
// left and top position of the thumbnailimage
// (distance to the left
【2009-02-21】判断图片是否存在
判断图片是否存在,不存在的话替换成默认的图片,代码如下:
【2009-02-21】FLASH图片切换3