Is it possible to have the top part of a Web page including column headings always show? I know this can be done with frames but can it also be done somehow with DHTML or something?
You can do it with CSS, using the position: fixed property. Unfortunately this is not supported by IE, but Andrew Clover has a javascript fix for this which adds position: fixed support to IE, at the price of a slightly jerky display:
Bookmarks