Web page special effects code that fixes a table at a specific location
Author:Eve Cole
Update Time:2009-06-17 17:11:11
<!-- Add the following code to the <body> area -->
<table border style="position:absolute;top:expression(document.body.clientHeight-this.offsetHeight);background:green"><tr><td><font color=white>I am a table</font> </td></tr></table>