方玉燕 17:03:04.a { background-color: #FFFFFF; margin-top: 10px; position: relative; overflow: hidden; display:block;} .a:before { content: " "; position ...
分类:
其他好文 时间:
2016-06-27 19:55:36
阅读次数:
140
1、控制横向和纵向滚动条的显隐?<bodystyle=”overflow-y:hidden”>去掉x轴<bodystyle=”overflow-x:hidden”>去掉y轴<bodyscroll=”no”>不显2、表格变色<TDonmouseover=”this.style.backgroundColor=’#FFFFFF’”onmouseout=”this.style.background..
分类:
Web程序 时间:
2016-06-22 12:58:41
阅读次数:
285
a.color1:link{color: #FFFFFF ; text-decoration:none;} /*常规时候的样式*/a.color1:visited{color: #FFFFFF; text-decoration:none;} /*鼠标指上去的样式*/a.color1:hover {c ...
分类:
Web程序 时间:
2016-06-15 22:10:30
阅读次数:
216
setStyleSheet 1 "QScrollBar:vertical{" 2 "background:#FFFFFF;" 3 "width:6px;" 4 "padding:0px;}" 5 "QScrollBar::add-page:vertical," 6 "QScrollBar::sub- ...
分类:
其他好文 时间:
2016-06-09 22:07:36
阅读次数:
291
<Html>
<Head>
<title>纪念日倒计时</title>
</Head>
<BodybgColor="#FFFFFF"><SCRIPTlanguage=JavaScript1.2>
functionsetcountdown(theyear,themonth,theday){
yr=theyear;mo=themonth;da=theday
}
setcountdown(2017,7,1)
varocc..
分类:
Web程序 时间:
2016-06-02 20:27:39
阅读次数:
251
grantreplicationslaveon*.*torepl@‘ip‘identifiedby‘xxx‘;flushprivileges;changemastertomaster_host=‘192.168.1.103‘,master_port=3306,master_user=‘repl‘,master_password=‘ffffff‘,master_auto_position=1;startslave;showslavestatus\Gmy.cnf文件#Foradviceonhowtochang..
分类:
数据库 时间:
2016-05-30 16:03:22
阅读次数:
259
Java代码
"1.0" encoding="utf-8" ?>
"white">#FFFFFF
"ivory">#FFFFF0
"lightyellow">#FFFFE0
"yellow">#FFFF00
"snow">#FFFAFA
"floralwhite">#FFFAF0
"lemonchiffon">#FFFACD
"...
分类:
移动开发 时间:
2016-05-30 15:52:24
阅读次数:
330
<Html>
<Head>
<title>能用鼠标拖放的图片</title>
</Head>
<BodybgColor="#ffffff"onload="init()">
<SCRIPTlanguage=JavaScript>
drag=0
move=0
functioninit(){
window.document.onmousemove=mouseMove
window.document.onm..
分类:
移动开发 时间:
2016-05-29 01:01:42
阅读次数:
261
<script type="text/javascript"> var colors = new Array("CC3300", "669900", "FF6699", "000000", "FFFFFF"); var aColor; function loadText() { aColor = c ...
分类:
Web程序 时间:
2016-05-22 16:27:43
阅读次数:
231
1 /*CSS线性渐变*/ 2 FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#ffffff,endColorStr=#f1f1f1); /*IE*/ 3 background:-moz ...
分类:
Web程序 时间:
2016-05-19 09:01:21
阅读次数:
166