会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
曦言鸢默
博客园
首页
新随笔
联系
管理
订阅
上一页
1
2
3
2017年5月18日
模拟贪吃蛇
摘要: Title
阅读全文
posted @ 2017-05-18 16:02 曦言鸢默
阅读(322)
评论(0)
推荐(0)
编辑
css文字溢出隐藏,及强制断句
摘要: 只显示一行文字,便溢出隐藏 text-overflow: ellipsis; white-place: nowrap; overflow: hidden; 显示 n 行文字后便溢出隐藏 display: -webkit-box; -webkit-line-clamp: n; -webkit-box-
阅读全文
posted @ 2017-05-18 11:21 曦言鸢默
阅读(1264)
评论(0)
推荐(0)
编辑
2017年4月2日
弹出输入内容prompt
摘要: <script> window.onload = function(){ var oBtn = document.getElementById( "btn" ); oBtn.onclick = function(){ var msg = prompt("请输入账号") + prompt("请输入座右
阅读全文
posted @ 2017-04-02 10:35 曦言鸢默
阅读(469)
评论(0)
推荐(0)
编辑
连锁反应confirm
摘要: <script> function del(){ var flag = confirm("你真要删除么?"); if( flag ){ alert("我已被你抛弃了。") }else{ alert("真好,我又可以继续陪着你。") } }</script> <body><input type="bu
阅读全文
posted @ 2017-04-02 10:03 曦言鸢默
阅读(171)
评论(0)
推荐(0)
编辑
2017年3月30日
网页设计相关链接网址
摘要: jquery官网: http://jquery.com/ jQuery Mobile官网: http://jquerymobile.com/ jQuery Mobile W3Chool: http://www.w3school.com.cn/jquerymobile/ jQuery Mobile菜鸟
阅读全文
posted @ 2017-03-30 16:19 曦言鸢默
阅读(229)
评论(0)
推荐(0)
编辑
网页设计色彩搭配原则
摘要: 在网站设计中,想要它具有足够多的浏览量,那么,它不仅需要有足够吸引人的内容,还需要有独特而不另类的风格。而在风格设计中,网页配色无疑占有十分重要的地位。那么,如何进行合理的网页界面配色呢? 网页美工设计中,最常用的几个颜色为蓝色、绿色、橙色,以及暗红色。 蓝色多与白、橙搭配,蓝为主调。白底,蓝标题栏
阅读全文
posted @ 2017-03-30 14:32 曦言鸢默
阅读(1203)
评论(0)
推荐(0)
编辑
2017年3月21日
cookie值的设置,获取及删除
摘要: <script> </script> <body> <input type="button" id="setBtn" onclick="set()" value="设置"> <input type="button" id="delBtn" onclick="del()" value="删除"> <i
阅读全文
posted @ 2017-03-21 20:39 曦言鸢默
阅读(260)
评论(0)
推荐(0)
编辑
上一页
1
2
3
公告