Results 1 to 3 of 3

Thread: Scroll text as you scroll down a page

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jul 1999
    Location
    Ottawa
    Posts
    155

    Question Scroll text as you scroll down a page

    Hi,

    I have a page in ASP that shows the contents of a table in a database. At the top of that page are the column names. Now, since there are many columns, it tends to be confusing to know which column is which when I scroll further down the page.

    I would like to have the ability to see the column names at the top at all times. I have seen something similar to this done before but can't spot where.

    Any help will do.

    Thank you.

  2. #2
    Frenzied Member DeadEyes's Avatar
    Join Date
    Jul 2002
    Posts
    1,196

    Re: Scroll text as you scroll down a page

    There are THEAD and TFOOT tags which do this but they are only supported by some browsers, IE the most popular doesn't.
    Another option is to have a table for the captions and a table for the details
    each contained in their own DIV tags. the second DIV tag which hold the table data can be set to scroll.

  3. #3
    Fanatic Member
    Join Date
    Jan 2005
    Location
    In front of this pc.
    Posts
    580

    Re: Scroll text as you scroll down a page

    I've never done this but maybe you could build a js menu without actually including any events. You would have to be carefull about sizing for different resolutions but it should work. Have a look as http://javascript.internet.com - they might have something already

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width