为你而来

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

2012年6月13日

javascript:网站后台菜单特效

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:200px; 7 border:dashed 1px green; 8 float:left; 9 }10 h5{11 font-weight:normal;12 text-align:center;13 font-size:14px;14 color:#333333;15 line-height:25px;16 margin:0px;17 clear:bo... 阅读全文

posted @ 2012-06-13 11:21 为你而来 阅读(1088) 评论(0) 推荐(0) 编辑

2012年6月12日

css的一些知识

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:300px; 7 height:200px; 8 border:dashed 1px green; 9 line-height:30px;10 letter-spacing:5px;11 word-spacing:12px;12 overflow:scroll;/*auto scroll visible(默认) hidden*/13 layout-flow:ver 阅读全文

posted @ 2012-06-12 20:45 为你而来 阅读(133) 评论(0) 推荐(0) 编辑

2012年6月11日

form-input表单标记

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:300px; 7 height:200px; 8 border:dashed 1px green; 9 }10 </style>11 </head>12 <body>13 <div id='box'>14 </div>15 <script language='javascri 阅读全文

posted @ 2012-06-11 20:53 为你而来 阅读(307) 评论(0) 推荐(0) 编辑

table表格标记

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:300px; 7 height:200px; 8 border:dashed 1px green; 9 }10 </style>11 </head>12 <body>13 <div id='box'>14 </div>15 <script language='javascri 阅读全文

posted @ 2012-06-11 19:59 为你而来 阅读(262) 评论(0) 推荐(0) 编辑

2012年6月9日

javascript:去除ajax缓存的设置

摘要: var xmlHttp=new ActiveXObject('Microsoft.XMLHTTP');xmlHttp.open('get','info.php',true);//设置为true,也即默认值,这样不等服务器信息发来,用户可以进行网页上的其他操作。xmlHttp.setRequestHeader("If-Modified-Since","0");xmlHttp.onreadystatechange=fun;xmlHttp.send(null);function fun(){}ajax编码问题:对 阅读全文

posted @ 2012-06-09 12:12 为你而来 阅读(588) 评论(0) 推荐(0) 编辑

2012年6月8日

javascript:正则表达式对象

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:300px; 7 height:200px; 8 border:dashed 1px green; 9 }10 </style>11 </head>12 <body>13 <div id='box'>14 </div>15 <script language='javascri 阅读全文

posted @ 2012-06-08 23:48 为你而来 阅读(171) 评论(0) 推荐(0) 编辑

javascript:数组对象的一些方法

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:300px; 7 height:200px; 8 border:dashed 1px green; 9 }10 </style>11 </head>12 <body>13 <div id='box'>14 </div>15 <script language='javascri 阅读全文

posted @ 2012-06-08 19:43 为你而来 阅读(124) 评论(0) 推荐(0) 编辑

javascript:弹出窗体的知识点

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:300px; 7 height:200px; 8 border:dashed 1px green; 9 }10 </style>11 </head>12 <body>13 <div id='box' onclick="fun();">14 </div>15 <sc 阅读全文

posted @ 2012-06-08 11:30 为你而来 阅读(165) 评论(0) 推荐(0) 编辑

2012年6月7日

javascript:Tab选项卡

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 .div_content{ 6 border:solid 1px green; 7 border-top-width:0px; 8 height:150px; 9 font-size:14px;10 color:#333333;11 padding:3px;12 }13 #tab{14 margin:0px;15 list-style-type:none;16 border:solid 0p 阅读全文

posted @ 2012-06-07 22:24 为你而来 阅读(391) 评论(0) 推荐(0) 编辑

javascript:用mousedown和mouseup实现的鼠标拖动事件

摘要: 1 <html> 2 <head> 3 <title>1</title> 4 <style type='text/css'> 5 #box{ 6 width:100px; 7 height:100px; 8 border:dashed 1px green; 9 position:absolute;10 left:300px;11 top:300px;12 }13 </style>14 </head>15 <body>16 <div id='box' onmous 阅读全文

posted @ 2012-06-07 17:54 为你而来 阅读(2260) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 10 下一页

导航