Thanks for your reply.

I got a solution which was not perfect, at least, in my opinion.
The page can only display about 25 rows, so I record the index of the row
that should be visible, that means, the for loop does not set the visibility
of select element, just records the index, and then, I set the rows with the
index and (index - 1) to "hidden", and the index + 1 to index + 40 to
"visible".
Though it was a little unstable when I scroll the scrollbar very fast, it
can work in a less perfect way.

Anybody has better idea?
Thanks.

By the way, why MS IE 6.0 show the select box when I have already set the
header to be fixed?


Kevin Rodenhofer wrote:
> 
> I'd say it's just too much for the browser. Is there no way you can 
> paginate the data?
> 
> zhangatva...@yahoo.co.jp wrote:
>> Hi CSS-discuss list,
>>
>> I have read the css article for implementing fixed header in the
>> following URL:
>> http://www.imaputz.com/cssStuff/bigFourVersion.html
>>
>> And it also gives a solution for hiding the html select element.
>>
>> But when I did that following the instructions, there was a problem:
>> The table has more than 400 rows, and when I scroll the scrollbar, the
>> browser stopped working.
>> While, when I decrement the rows count, 40, for example, the hiding
>> operation works fine.
>>
>> Browser: Microsoft IE 6.0
>> OS: Microsoft Windows 2003 Server
>>
>> Thanks in advance.
>>
>> Vic Zhang
>>
>> --------------------------------------
>> Power up the Internet with Yahoo! Toolbar.
>> http://pr.mail.yahoo.co.jp/toolbar/
>> ______________________________________________________________________
>> css-discuss [cs...@lists.css-discuss.org]
>> http://www.css-discuss.org/mailman/listinfo/css-d
>> List wiki/FAQ -- http://css-discuss.incutio.com/
>> List policies -- http://css-discuss.org/policies.html
>> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>>
>>
>>   
> 
> 
> ______________________________________________________________________
> css-discuss [cs...@lists.css-discuss.org]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Fixed-header-with-html-select-tp2350808p2357580.html
Sent from the css-discuss mailing list archive at Nabble.com.

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to