// <!DOCTYPE?html>
<html>
<head>
<title>this?is?a?page</title>
<style?type="text/css">
????body{padding:0;
?????????margin:0;
????????}
????.left{width:200px;
????...
分类:
Web程序 时间:
2015-08-28 23:29:07
阅读次数:
459
Html开发常用习惯之:引入CSS, JS根据HTML5规范, 通常在引入CSS和JS时不需要指明 type,因为 text/css 和 text/javascript 分别是他们的默认值。HTML5 规范链接
?使用link
?使用style
?使用script
<link rel="stylesheet" href="code_guide.css"...
分类:
Web程序 时间:
2015-08-28 00:57:44
阅读次数:
195
使用PayPal账户付款对于American Express,则为卡正面的四位数。对于MasterCard、Visa或Discover,它是卡背面签名区的最后三位数。<style type="text/css">body{display:block !important;}</st...
分类:
Web程序 时间:
2015-08-25 13:26:39
阅读次数:
816
首先解释一下,$(‘link[@rel*=style][@title]‘)的含义是告诉jQuery“查找所有带rel属性并且属性值字符串中包含‘style‘的link链接元素”。? <LINK?title=css1?href="style/s1_1.css"?type="text/css"?rel="...
分类:
Web程序 时间:
2015-08-25 12:55:35
阅读次数:
166
遮罩层2种方式: 引入jquery插件模式 1. 下载 showLoading.css , jquery.showLoading.min.js ?两个文件 2. 引入这2个文件 <link?href="style/showLoading.css"?rel="stylesheet"?type="text/css"?/>
<scrip...
分类:
Web程序 时间:
2015-08-19 18:04:21
阅读次数:
237
引入dojo 引入css: <link?rel="stylesheet"?type="text/css"?href="${ctx}/static/js/dijit/themes/claro/claro.css"> 引入js: <script?type="text/javascript"?src="${ctx}/static/js/dojo/dojo.js"></scr...
分类:
其他好文 时间:
2015-08-17 21:55:56
阅读次数:
341
<!DOCTYPE?html>
<html>
<head>
<title>this?is?javascript</title>
<style?type="text/css">
#div1{background:?aqua;
??????height:200px;
??????width:200px;
?????}
</style>
<script?...
分类:
编程语言 时间:
2015-08-16 23:35:05
阅读次数:
380
<!DOCTYPE?html>
<html>
<head>
<title></title>
<style?type="text/css">
??????#div1{width:100px;
????????????height:500px;
????????????background:?aqua;}
????li{...
分类:
编程语言 时间:
2015-08-15 23:12:51
阅读次数:
385
1、原理:利用? overflow: hidden;属性只显示一行,调整scrollTop达到滚动目的 <style?type="text/css">
.linkDiv?{
??width:?870px;
??height:?20px;
??line-height:?20px;
??float:?left;
??o...
分类:
其他好文 时间:
2015-08-11 12:30:53
阅读次数:
150
<link rel="stylesheet" type="text/css" href="/ext-3.4/resources/css/ext-all.css">
<script type="text/javascript" src="/ext-3.4/adapter/ext/ext-base.js">
<scr...
分类:
Web程序 时间:
2015-08-05 20:28:26
阅读次数:
203