会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
i'mpossible
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
下一页
2017年4月4日
15秒的倒计时和15分钟的倒计时
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <!-- 作者:offline 时间:2017-04-04 描述:15秒的倒计时 --> <span class="span1">00
阅读全文
posted @ 2017-04-04 10:29 i'mpossible
阅读(1143)
评论(0)
推荐(0)
2017年4月3日
验证手机号和设置60秒的倒计时
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,u
阅读全文
posted @ 2017-04-03 20:18 i'mpossible
阅读(610)
评论(0)
推荐(0)
返回历史浏览位置
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <p>在新页面中返回到前一页浏览的历史位置1</p><p>在新页面中返回到前一页浏览的历史位置2</p><p>在新页面中返回到前一页浏
阅读全文
posted @ 2017-04-03 16:18 i'mpossible
阅读(649)
评论(0)
推荐(0)
2017年4月2日
div中只显示2行文字超出隐藏
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> .div1{ width: 300px; overflow: hidden;//超出隐藏 text-overflow
阅读全文
posted @ 2017-04-02 17:03 i'mpossible
阅读(5205)
评论(0)
推荐(0)
给div添加横向的滚动条
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> <style type="text/css"> *{ margin: 0; padding: 0; } .div1{ height: 100px; width: 6
阅读全文
posted @ 2017-04-02 16:51 i'mpossible
阅读(8565)
评论(0)
推荐(0)
2017年4月1日
将一张图片上传并且在某个div进行显示
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <body><input id="file_upload" type="file" /><div class="image_container"><
阅读全文
posted @ 2017-04-01 19:49 i'mpossible
阅读(1442)
评论(2)
推荐(0)
调用手机相册和照相机
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title></title> </head> <style type="text/css"> .space{ width: 100px; height: 100px; background: a
阅读全文
posted @ 2017-04-01 19:48 i'mpossible
阅读(809)
评论(0)
推荐(0)
调用手机相册和文档
摘要: <input type="file" capture="camera" accept="image/" multiple="multiple"/> <input type="file"capture="camcorder" accept="video/"/> <input type="file" c
阅读全文
posted @ 2017-04-01 11:43 i'mpossible
阅读(215)
评论(0)
推荐(0)
汉字占两个字节,字符占一个字节,不设定宽度限制文本的长度
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,u
阅读全文
posted @ 2017-04-01 10:53 i'mpossible
阅读(448)
评论(0)
推荐(0)
返回顶部的button的效果
摘要: <!DOCTYPE html><html><head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,u
阅读全文
posted @ 2017-04-01 10:46 i'mpossible
阅读(102)
评论(0)
推荐(0)
上一页
1
2
3
下一页
公告