[jQuery] Re: FixedTable Plugin - testing help requested

2008-01-23 Thread Suni
Excellent, you're really getting there! FF works perfect, and I notice no lag or delay at all. IE7 and IE6 work perfect for the header-row, but the left fixed column has some problems: - the actual table rows seem to be slightly shorter in height than the fixed column rows. This causes a gradual

[jQuery] Re: FixedTable Plugin - testing help requested

2008-01-22 Thread Shawn
Got it. The plugin now works in IE 6. I needed a width assigned to the div for the fixed column. Now I get to test it on some production data (a complex table). Shawn Suni wrote: > Nice work! > > Seems to work prefectly in FF. > > Opera and Explorer give a javascript error. Usually (in my

[jQuery] Re: FixedTable Plugin - testing help requested

2008-01-22 Thread Shawn
Oh so close. IE 6 is placing the main table below the fixed columns div. This is a float problem. I'm digging into the CSS issues. Otherwise the table seems to work fine in IE 6. Shawn Shawn wrote: > Thanks for the feedback. > > I'm on the road right now, so don't have easy access

[jQuery] Re: FixedTable Plugin - testing help requested

2008-01-22 Thread Shawn
Thanks for the feedback. I'm on the road right now, so don't have easy access to my VM to test the changes in IE. But, I've made the changes (aren't they *always* obvious only after you see them?). I'll be back at my main computer in an hour or so - I'll try IE then. One thing I'm noting - I

[jQuery] Re: FixedTable Plugin - testing help requested

2008-01-22 Thread Suni
Nice work! Seems to work prefectly in FF. Opera and Explorer give a javascript error. Usually (in my own experience) this is caused by the same error in 95% of the cases: an extra comma after the last property of an object. This also seems to be the case here. Remove the tailing comma from line