Re: More header fixed

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



there is no built in browser support for this. the common solution is a table of column headers, following by a div with overflow:auto, then render a table in the div. either the table columns fixed, or javascript makes the two tables have the same column width. if horizonal scrolling, then the header needs to be in a div, and client script needs too keep the two tables offset the same.


your first sample site used fixed width and hoped for no horizonal scroll.

your second sample did not work with my browser, so its probably not cross browser compatible.

-- bruce (sqlwork.com)


Alhambra Eidos Kiquenet wrote:
Hello misters,

In another post of the news, mister Manish Bafna, give me a reference:

http://www.dotnet247.com/247reference/a.aspx?u=http://datawebcontrols.com/faqs/CustomizingAppearance/ScrollableDataGridWithFixedHeader.shtml

But my trouble continues. I repeat the issue:
I have an HTML table with a header. There are many rows, and I want that it appears scroll horizontal and vertical, and the header be fixed.

Very important point, the user would select an row and then, its changes row's color (I use javascript to do this)

I have seen this references:

http://home.tampabay.rr.com/bmerkey/examples/locked-column-csv.html
http://www.webdeveloper.com/forum/showthread.php?t=108597

The trouble about this references, when the user select an row and changes color of row, the header dissapears !!!.

Any solution about this issue, now I'm crazy.

Thanks in advance. Any help will be appreciated, very grateful if any help. Greetings

Thanks and Regards.


.



Relevant Pages

  • Re: [PHP] Any way to use header() or another function to force user to "top level"
    ... to is loading within the <div> tags and at the top level of the ... causing the browser to load /some_url as if accessed directly. ... Once I make the call to header(), I no longer care about any state ... header/location redirect method. ...
    (php.general)
  • Re: [PHP] Any way to use header() or another function to force user to "top level"
    ... to is loading within the <div> tags and at the top level of the ... loading of this page request to a frame call "pframe1". ... If you are trying to redirect the iframe with the header() call, then no, their is no way to do what you are trying to do with the headerfunction. ... causing the browser to load /some_url as if accessed directly. ...
    (php.general)
  • Re: <div> and screen size
    ... or when the browser is re-sized: ... The problem is that I can't use percents because the header ... I need to resize this <div> from required position to the very ...
    (microsoft.public.dotnet.languages.csharp)
  • RE: "Page Cannot Be Displayed" error with IE XP SP2
    ... If you have this in your header and submit a POST from the page, ... Now a consistent browser would not let you ... > an HTTP response from the server. ... > with no custom settings. ...
    (microsoft.public.inetsdk.html_authoring)
  • Re: Questions about HTTP headers sent with PHP in HTTP authentication
    ... And how are status codes sent to the browser if not?? ... and 5.1.2 the header function now prevents more than one header to be ... server send multiple response messages to one request?] ...
    (comp.lang.php)