技术.爱情

导航

< 2025年7月 >
29 30 1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31 1 2
3 4 5 6 7 8 9

统计

2011年5月7日 #

捕捉窗口关闭或内容改变事件

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"><html><script>window.onbeforeunload = saveBeforeExit; function saveBeforeExit(){var result=confirm("Navigate away Without saving data?");if (result==true){//alert

posted @ 2011-05-07 18:12 kidy 阅读(327) 评论(0) 推荐(0)

2011年2月15日 #

样式中少用的格式

摘要: 样式篇: h3{font:bold 14px/19px arial;color:#000;}==h3{font-weight: bold;//字体粗细font-size:14px;line-height:19px;//行距} --------------------------------------------------------------------------- .rtc-legend {cursor:pointer; cursor:hand;} IE5IE6IE7Firefoxcursor:pointer × √ √ √cursor: 阅读全文

posted @ 2011-02-15 15:27 kidy 阅读(141) 评论(0) 推荐(0)

点击右上角即可分享
微信分享提示