摘要: http://seem6.com/qianduanban/JS/2011/0823/496.html名种样式的加入收藏和设为主页代码。还有一些最基本的html代码,只供初学者参考。注意:此代码只兼容IE浏览器1:实现”加入收藏”功能的代码如下:<a href=”javascript:window.external.AddFavorite(‘http://www.baidu.com‘,‘百度‘)”>加入收藏</a>你只需将链接与站名改为你自己的站名即可.如果你要实现鼠标划过时即提示是否加入收藏,只需将代码改为:<aonmouseover=”window.extern 阅读全文
posted @ 2012-10-26 15:33 sungoody 阅读(203) 评论(0) 推荐(0) 编辑
摘要: http://seem6.com/qianduanban/DIV_CSS/2011/0823/470.html1 清除浮动.clear{clear:both;line-height:0;font-size:0;}2 设置不让单词断开word-break : keep-all3 字符自动换行word-break:keep-all;word-break:break-all;word-wrap:break-word4line-height 居中line-height:24px; 使用固定宽度的容器并且需要一行垂直居中时,使用 line-height 即可(高度与父层容器一致)5清除容器浮动overf 阅读全文
posted @ 2012-10-26 15:28 sungoody 阅读(172) 评论(0) 推荐(0) 编辑
摘要: <SCRIPT type=text/javascript src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></SCRIPT><script>!window.jQuery && document.write('<SCRIPT src="jquery-1.4.3.min.js"><\\/SCRIPT>');</script><script src="// 阅读全文
posted @ 2012-10-26 15:14 sungoody 阅读(475) 评论(0) 推荐(0) 编辑