Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sticky title row that remains at the top of a table as you scroll.

Status
Not open for further replies.

b00ger

Programmer
Oct 22, 2003
7
US
Hi everyone,

thanks for viewing my post. I'm trying to create a row that will be placed at the top of my table that will remain fixed at the screen and won't scroll with the rest of the table. A similiar method I know how to do in an excel spreadsheet when you freeze a pane so it sticks in place while the rest of the page scrolls.

I have a feeling I need to use a DIV and create it's style so it's absolute on top of everything and at a fixed position in the window, but I'm not sure how to do this. Any help is greatly appreciated!
 
Have you tried using an i-frame? That might be one way to do it, without resorting to javascript or DHTML, both of which are problematic is people have javascript turned off on their browser, or use a browser that doesn't support some of the technology.

When in doubt, deny all terms and defnitions.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top