[jQuery] Re: Fixed table header

2007-12-18 Thread rolfsf
I've had some success playing with this technique: http://home.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html It's not perfect - it currently uses expressions in the css, which could be pulled out / adapted into an external javascript file. You can turn the horizontal scrolling on

[jQuery] Re: Fixed table header

2007-12-18 Thread tlphipps
No problem. Please post back here if/when you find a workable solution. I haven't really dug deep into the subject yet. On Dec 17, 6:25 pm, Shawn <[EMAIL PROTECTED]> wrote: > The first link is an interesting approach, but unfortunately not > suitable in my case. The table in question is popula

[jQuery] Re: Fixed table header

2007-12-17 Thread Shawn
The first link is an interesting approach, but unfortunately not suitable in my case. The table in question is populated by a series of Ajax calls already (did I mention it's a complex table? :). I've seen the second link before and had a *kinda* workable solution with it at one point. But I

[jQuery] Re: Fixed table header

2007-12-17 Thread tlphipps
I've been trying to do this for awhile now too. Sounds like I have the same issues with my app. Have you checked out any of the following? http://ajaxtop.sourceforge.net/tablescroller/example1.html http://www.webtoolkit.info/scrollable-html-table-plugin-for-jquery.html On Dec 16, 3:44 am, Sh