随笔分类 -  HTML

摘要:1 2 3 4 5 CSS样式三级下拉菜单 6 22 23 24 25 26 源码爱好者 27 28 Two-level menu 29 30 ... 阅读全文
posted @ 2014-09-20 00:08 憶言 阅读(510) 评论(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> <title></title> <script type="text/javascript"> funct 阅读全文
posted @ 2012-03-26 15:31 憶言 阅读(189) 评论(0) 推荐(0)
摘要:css: 1:<styletype="text/css">2:<!--3:body{4:margin:0;5:padding:0;6:background-color:#FFFFFF;7:}8:.alpha1,.alpha2{9:width:100%;10:height:auto;11:min-height:250px;/*必需*/12:_height:250px;/*必需*/13:overflow:hidden;14:background-color:#FF0000;/*背景色*/15:}16:.alpha1{17:filter:alpha(opacit 阅读全文
posted @ 2012-03-25 15:31 憶言 阅读(425) 评论(0) 推荐(0)
摘要:可以用asp在服务器端进行HTML编码:Server.HTMLEncode(string)用HTML标签<xmp></xmp>,但是这个不能显示自己本身。 阅读全文
posted @ 2012-03-25 14:55 憶言 阅读(372) 评论(0) 推荐(0)
摘要:1、IE浏览器加入收藏夹的代码window.external.addFavorite(sURL, sTitle);参数:sURL:添加到收藏夹的完整网站页面地址sTitle:添加到收藏夹中的网站页面标题名称。示例:<a href='#' onClick="javascript:window.external.AddFavorite('http://weste.net', '财经网');">加入收藏</a>2、Firefox浏览器加入收藏夹的代码Firefox中叫做加入书签(收藏夹),代码有两种方式,一种 阅读全文
posted @ 2012-03-25 14:44 憶言 阅读(518) 评论(0) 推荐(0)