I have a 3-column table in which I want to put the layer in the first column, but I would like to put the actual codes at the bottom of the page ( just before </BODY> ).
My table is adjusted dynamically to screen resolutions so I don't really think absolute positioning will do the trick.
Anyone has any suggestions?
Thanks!
Reflection
8:14 pm on Sep 30, 2003 (gmt 0)
You would need to use absolute positioning to accomplish that.
moonbiter
10:19 pm on Sep 30, 2003 (gmt 0)
You could also use javascript for this (using the removeChild and appendChild methods).