Google

星期四, 十一月 13, 2008

悟透JavaScript

引子

编程世界里只存在两种基本元素,一个是数据,一个是代码。编程世界就是在数据和代码千丝万缕的纠缠中呈现出无限的生机和活力。

閱讀全文

标签: ,

星期四, 八月 28, 2008

又想起XUL

Spket IDE is powerful toolkit for JavaScript and XML development.

The powerful editor for JavaScript, XUL/XBL and Yahoo! Widget development. The JavaScript editor provides features like code completion, syntax highlighting and content outline that helps developers productively create efficient JavaScript code.


http://www.spket.com/

有点可惜,又是Eclipse,有点庞大。;)

标签: , ,

星期一, 四月 28, 2008

关于IE下实现min-height跟max-height的方法

comment_edit.pngmin-height最简单的方法是用表格来设计:

favorite.gif











comment_edit.png在此基础上增加 min-width 效果
(测试请改变 id=”wh” 层的 height 和 width 值)
favorite.gif











comment_edit.png而对于max-height的设计就要难多了!下面是采用js的方法达到的!
max-height 在 IE6.0 的实现的具体思想是想办法获得可变层的高,宽,样式中使用expression()得到外层的高,宽。代码如下:(测试请改变 id=”wh” 层的 height 和 width 值)
favorite.gif







comment_edit.png不过上面的这种方法采用js的expression,涉及js的计算,对cpu的有一定的占用,不宜采用!建议采用其它方法!(此地以后添加!)

http://www.evetian.cn/?p=22

标签: ,

辽ICP备05003652号
流风洄雪听天籁,轻云蔽日看落花

Powered by Blogger