FadeOutBottom底部淡出效果这是一个很酷的效果在页面的底部似乎淡出。这项技术利用一个固定的位置分区使用(底部:0px;)具有透明PNG图像和高z - index的值。也有一个适当的修复IE浏览器 This is a cool effect where the bottom of the page seems to fade out. The technique makes use of an fixed position div (bottom: 0px;) with a transparent PNG image and a high z-index value. There is also a fix in place for IE 6. 建议用editplus打开代码。

展开内容