关于博主

About learlon

EN:Learlon

ME:晨雾弥漫,有些寒意,这样清冷的季节,仍然有着莫名的喜悦。风起时,那蝶儿般飞舞的落叶;花落时,那残留的暗暗幽香;云飘时,那从容随意的淡然;心动时,那幸福美妙的滋味……
    不想做颓废落寞的守候者,所以,精致的生活,所以,快乐的工作,还有,淡淡的想你……More

订阅本博客

RSS

搜索博客文章


#Saperate

博客文章列表

1 / 1

[置顶] 好站推荐(更新中...)

[置顶] 域名出售或转让

Anchor
二月.200914
文章编辑: 可视编辑
UBB编辑

不错的文本框+CSS

<style type="text/css">
<!--
.box1,.box2 {height:20px; line-height:20px; border:1px solid #A9BAC9;background:url(images/bg_box1.gif) no-repeat #fff; padding:0 3px; font-size:12px; }
...

Anchor
二月.200913
文章编辑: 可视编辑
UBB编辑

用DIV 实现左侧滚动条且+CSS样式

<div style=" height:290px; width:auto; overflow-x:hidden; overflow: auto;padding-right:5px;" class="body">添加的内容,一旦内容超出定义的范围,滚动条显示。</div>

<style type="text/css">
.body{ scrollbar-arrow-color:  #aa0000;   /*三角箭头的颜色*/
...

Anchor
二月.200913
文章编辑: 可视编辑
UBB编辑

时间格式化函数

<%
'时间格式化函数

Function Cdatetime(Tdate)
  TMonth=month(formatdatetime(Tdate,2))  
  TDay=day(formatdatetime(Tdate,2))  
  if   TMonth<10   then   TMonth="0"&TMonth  
...

Anchor
二月.200913
文章编辑: 可视编辑
UBB编辑

用DIV+JS实现的支持键盘操作的菜单

<style>
#slist{padding:1px 5px;cursor:pointer}
#slistNum{float:right;color:green}
#menu{width:150px;background:#EFEFEF;border:1px #cccccc solid}
</style>
<div id=menu>
<div id=slist onMouseMove='listMove(0)' onclick="enterlist()">测试123</div>
...

Anchor
二月.200913
文章编辑: 可视编辑
UBB编辑

无限级分类选框

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
...

Anchor
二月.200912
文章编辑: 可视编辑
UBB编辑

asp 首页静态化

<%
'----------------------------------------------------------
'使用XMLHTTP生成静态首页的代码。
'Curl 为你的首页地址,确保你的空间支持FSO。
'-----------------------------------------------------------
dim read,Curl,content
Curl="http://www.0594tc.com/index.asp"
...

Anchor
二月.20096
文章编辑: 可视编辑
UBB编辑

将一幅图片作为按纽

为了网页的美观,通常不用dm提供的按纽,因为颜色不符合我们需要的,通常我们会自己用一个图片来作为按纽来使用。
<input name="submit" type="submit" style="BORDER-RIGHT: 0px; BORDER-TOP: 0px;
BACKGROUND-IMAGE:  url(images/dl.gif); BORDER-LEFT: 0px; WIDTH: 65px; 
...

按月归档