摘要:
怎样让选中的label 改变颜色? 今天遇到这样一个问题 要求一个label 组件 其中的input选中的时候 label 里面的颜色是蓝色 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--<divid="sld"><p>&... 阅读全文
摘要:
http://www.blueidea.com/articleimg/2010/03/7434/switchable/demos/ 阅读全文
摘要:
禁止拖放对象文本被选择的方法:1.ie中设置拖放对象的onselectstart返回false,在ff中设置样式MozUserSelect(css:-moz-user-select)为none。这种方法只能禁止拖放对象本身被选择。2.ie:document.selection.empty()ff:window.getSelection().removeAllRanges()兼容的写法:window... 阅读全文
摘要:
iframe 的高度自适应,常用的功能[代码] </script></div> 阅读全文