hotwire Posted June 26, 2008 Share Posted June 26, 2008 Hi, Is there a way to lock or freeze a table's Top Row Heading so when you scroll the topic heading row will stay in place? The closest I have come to doing this is to actually use a 2 cell table, placing the table's heading in the top cell and the sql database table's data in the bottom cell so when i scroll the bottom data the top field heading is not affected. This causes an issue of the top row heading not always aligning with the data in the bottom table cell. So it's neccessary that I try to find a better way to keep a table's top row heading in place using another method. Any help or info on this is appreciated ..Thanks. Quote Link to comment Share on other sites More sharing options...
fenway Posted June 27, 2008 Share Posted June 27, 2008 Freeze where? Quote Link to comment Share on other sites More sharing options...
hotwire Posted June 27, 2008 Author Share Posted June 27, 2008 Hi Fenway, I figure that may be a bit confusing because I'm a lost for programming words now .. Freezing the Columns Headings (The Row at the top Identifying the the data in the table) Quote Link to comment Share on other sites More sharing options...
fenway Posted June 27, 2008 Share Posted June 27, 2008 Are you talking about HTML output? Quote Link to comment Share on other sites More sharing options...
hotwire Posted July 12, 2008 Author Share Posted July 12, 2008 Hi fenway, The only way I was able to do this was to actually have to use a floating script which indeed involved javascript. Therefore, having to actually use the echo to carry out the table's heading to be static. This way when you scroll the web page, viewers can still see the Heading for each column because the heading is constantly being called through the javascript to keep an absolute position on the screen. Anyhow thanks for reading and attempting to help. I appreciate it. Quote Link to comment Share on other sites More sharing options...
fenway Posted July 14, 2008 Share Posted July 14, 2008 I would have used a scrollbar.... Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.