上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title> <script src="jquery-1.4.2.js"></script> <script type="text/javasc 阅读全文
posted @ 2016-08-23 16:23 天--安静 阅读(258) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><meta charset="utf-8"><title>左边div固定,右边div自适应</title><style> *{ margin:0;padding:0; } .left{ width:200px; height:400px; bac 阅读全文
posted @ 2016-08-17 10:44 天--安静 阅读(287) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>javascript 一个页面多个tab选项卡效果</title> <script> var tab=function(id,event){ var oDiv=document.ge 阅读全文
posted @ 2016-08-16 09:00 天--安静 阅读(1208) 评论(0) 推荐(0) 编辑
摘要: <textarea name="mytextarea" cols="100" style="min-height:200px" onpropertychange="this.style.height=this.scrollHeight+'px';" oninput="this.style.heigh 阅读全文
posted @ 2016-06-22 13:55 天--安静 阅读(117) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>改变radio的点</title> <style> *{padding:0px; margin:0px;} .radio_list{display: none;} 阅读全文
posted @ 2016-05-30 09:30 天--安静 阅读(334) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html><html><head><meta charset="gb2312" /><title>无标题文档</title><script type="text/javascript">window.onload=function(){ Array.prototype.uniqu 阅读全文
posted @ 2016-04-15 11:03 天--安静 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 1、Trident内核:IE最先开发或使用的,也称IE内核,360浏览器使用的也是IE内核;2、Webkit内核:谷歌chrome浏览器最先开发或使用,也叫谷歌内核,枫树浏览器、太阳花使用的也是谷歌内核;3、Gecko内核: Netscape6开始采用的内核,后来的Mozilla FireFox ( 阅读全文
posted @ 2016-04-12 19:10 天--安静 阅读(186) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.or 阅读全文
posted @ 2016-03-19 16:06 天--安静 阅读(216) 评论(0) 推荐(1) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>初学html5</title> <meta name="keywords" content=""> <meta name="description" conte 阅读全文
posted @ 2016-03-18 17:35 天--安静 阅读(261) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>初学html5</title> <meta name="keywords" content=""> <meta name="description" conte 阅读全文
posted @ 2016-03-18 17:22 天--安静 阅读(333) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 ··· 15 下一页