摘要: <div align="center" id="demo" style="overflow:hidden;height:200px;width:600px;border:1px solid #000;"> <div id="demo1"> 标准之路——DIV+CSS教程,网而布局,web2.0,常用代码,水晶图标,幻灯图片 </div> ... 阅读全文
posted @ 2010-11-13 21:30 zgz_dpl 阅读(258) 评论(0) 推荐(0) 编辑
摘要: <html><HEAD><TITLE>标准之路</TITLE><META content="text/html; charset=gb2312" http-equiv=Content-Type></HEAD><body><div id="demo" style="overflow:hidden;height:... 阅读全文
posted @ 2010-11-13 21:26 zgz_dpl 阅读(160) 评论(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.org/1999/xhtml"><head><meta htt... 阅读全文
posted @ 2010-11-13 21:26 zgz_dpl 阅读(293) 评论(0) 推荐(0) 编辑
摘要: <style type="text/css"><!--.navPoint {COLOR: white; CURSOR: hand; FONT-FAMILY: Webdings; FONT-SIZE: 9pt}.STYLE1 {FONT-FAMILY: Webdings; FONT-SIZE: 9pt; cursor: hand;}--></style><s... 阅读全文
posted @ 2010-11-13 21:26 zgz_dpl 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 在文章的正文中,往往会出现一些超大的图片,把页面撑开变形,影响了美观。用这段JS代码就可解决这个问题,你可以把图片的最大值限定在一定范围内,当图片大小超出这个尺寸后,就会被自动缩小。<SCRIPT src="/js/ShowPic.js" type=text/javascript></SCRIPT><script language="JavaScript"> &... 阅读全文
posted @ 2010-11-13 21:25 zgz_dpl 阅读(400) 评论(0) 推荐(0) 编辑
摘要: <script language="JavaScript"><!-- Hidefunction killErrors() {return true;}window.onerror = killErrors;// --></script>当页面中的JS出错时,会在浏览器状态栏内提示,出错信息。但有些错误不会影响到页面运行,这时把错误屏蔽掉,是个不错的方法。把上边这... 阅读全文
posted @ 2010-11-13 21:25 zgz_dpl 阅读(263) 评论(0) 推荐(0) 编辑
摘要: <input name="" onclick='copyToClipBoard()' type="button" value=" 复制本页地址,发给您QQ/MSN上的好友 "><script language="javascript">function copyToClipBoard(){var clipBoardContent="";clipBoardContent+="... 阅读全文
posted @ 2010-11-13 21:24 zgz_dpl 阅读(214) 评论(0) 推荐(0) 编辑
摘要: 1、265天气根据IP自动获得当地的天气情况代码:<iframe src="http://weather.265.com/weather.htm" width="168" height="54" frameborder="no" border="0" marginwidth="0&quoat; marginheight="0" scrolling="no"></ifram... 阅读全文
posted @ 2010-11-13 21:24 zgz_dpl 阅读(606) 评论(0) 推荐(0) 编辑
摘要: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>FAQ效果aa25.cn... 阅读全文
posted @ 2010-11-13 21:23 zgz_dpl 阅读(283) 评论(0) 推荐(0) 编辑
摘要: <IMG onmouseover=nereidFade(this,100,3,5) style="FILTER: alpha(opacity=55)" onmouseout=nereidFade(this,50,3,5) alt=标准之路www.aa25.cn src="/uploadfile/200806/17/FB175546517.jpg" border=0><script... 阅读全文
posted @ 2010-11-13 21:23 zgz_dpl 阅读(188) 评论(0) 推荐(0) 编辑