全部
总排名: 329119
 Bookmarks of Webdesign
RSS地址: http://fyfybookmark.blogspot.com/feeds/posts/default
共有7篇文章被收藏推荐
收录于2007-09-09
认领 报错 推荐
最新文章
精华文章
1位订阅者
解決外層DIV高度不適應問題   2008-08-22 21:06
外層DIV高度不適應是指當內層對象的高度發生變化時,外層對象的高度不能自動進行調節。特別當內層對象使用了padding或margin定義后,問題更加明顯。上內層DIV中的內容下這個問題不是IE專屬的,有時候Firefox下也會出現。解決方法:插入一個“邏輯占位”層<div...
Positon:fixed在IE6中的解決方法   2008-07-14 19:04
在版本6以下的IE里,在元素CSS中使用"position:fixed"無法達到將元素抽離數據流并浮動的效果。對此的解決辦法是:設置CSS屬性html, body{height:100%; overflow:...
用Javascript獲取瀏覽器屬性   2008-07-14 19:04
獲取瀏覽器類型:function CheckBrowser(){var cb = "Unknown";if(window.ActiveXObject){ cb = "IE";}else if(navigator.userAgent.toLowerCase().indexOf("firefox") != -1){ cb = "Firefox";}else if((typeof document.implementation != "undefined") && (typeof document.implementation.createDocument != "undefined") && (typeof HTMLDocument != "undefined")){ cb =...
ASCII码表   2007-12-17 15:26
来源:常用ASCII码对照表更多:ASCII代码表(0-255)[By Fyfy Wong @ otest.cn]
其他JS常用函数   2007-12-17 15:26
设置表单中所有文本型的成员的值为空(清空)var form = window.document.forms[0]for (var i = 0; i if (form.elements.type == "text"){form.elements.value = "";}下拉列表框的值document.forms[0].selectName.options[n].value (n有时用下拉列表框名称加上.selectedIndex来确定被选中的值)焦点顺序document.getElementByid("表单元素").tabIndex =...

鲜果日志  工具箱  帮助  | 联系我们  英雄帖   隐私保护  合作伙伴
Copyright©2004-2009 XianGuo.com 天健出品 京ICP备07018601号