会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
都是脚本惹的祸
上一页
1
···
3
4
5
6
7
2013年7月24日
css一般的表格样式
摘要: 1 onmouseover="currentcolor=this.style.backgroundColor;this.style.backgroundColor='blue'" onmouseout="this.style.backgroundColor=currentcolor"
阅读全文
posted @ 2013-07-24 11:18 都是脚本惹的祸
阅读(216)
评论(0)
推荐(0)
2013年7月12日
vs2012 异常【System.Runtime.InteropServices.COMException (0x8000FFFF): 灾难性故障 】
摘要: vs等微软软件自动更新的问题所导致安装该文件:http://www.microsoft.com/en-us/download/details.aspx?id=36020
阅读全文
posted @ 2013-07-12 15:09 都是脚本惹的祸
阅读(1307)
评论(0)
推荐(0)
2013年7月8日
CSS 菜单
摘要: css+div+js下拉菜单导航--柯乐义Javascriptjs中substring客户端代码着色js实现代码着色11个js技巧tab切换样式js获取可见域宽js导航菜单jQuery左侧可弹出divjquery修改a标签纯文本返回顶部jquery倒计时div(tab)切换选项卡切换单行文字滚动DIV到顶固定修饰title气泡C#删除文本空白行生成图片验证码生成唯一字符串向文件写入文本用IgnoreRoute忽略路径RouteCollection类柯乐义图片压缩类CMSKeleyiCMS更新柯乐义留言板介绍onmouseover="currentcolor=this.style.ba
阅读全文
posted @ 2013-07-08 16:05 都是脚本惹的祸
阅读(166)
评论(0)
推荐(0)
2013年7月5日
display:inline
摘要: display:inline它可以让行内显示为块的元素,变为行内显示,例如DIV1DIV2这里DIV1和DIV2分别占一行,但是你给他们加上属性后变了DIV1 DIV2DIV1和DIV2这时候显示在同一行了,试试看吧和 display:inline 对应的是 display:block,block 会让应用了该 CSS 属性的 HTML 标记变成块级别元素,例如 SPAN 是行内显示的,但是你加了 display:block 属性就不一样了[font style= "display:block "] SPAN1 [/font][font style= "displ
阅读全文
posted @ 2013-07-05 17:42 都是脚本惹的祸
阅读(249)
评论(0)
推荐(0)
js 闭包运用
摘要: js闭包运用function Person(){ var name = "default"; return { getName : function(){ return name; }, setName : function(newName){ name = newName; } } }; var john = Person(); print(john.getN...
阅读全文
posted @ 2013-07-05 15:21 都是脚本惹的祸
阅读(206)
评论(0)
推荐(0)
上一页
1
···
3
4
5
6
7
导航
博客园
首页
新随笔
联系
订阅
管理
公告