Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] overflow: auto
- From: hassan at webtuitive.com (Hassan Schroeder)
- Subject: [Javascript] overflow: auto
- Date: Wed Apr 30 08:33:31 2003
Michael Dougherty wrote: > Is there a convenient way to lock the table header so that it doesn't scroll > off the visible area of it's container span? Define "convenient" :-) It's standard CSS, works great in Mozilla, but of course IE doesn't support it. Use THEAD and TBODY tags, set `overflow: auto` and `height: 300px` (for example) on TBODY, and Bob's your uncle ... HTH! -- Hassan Schroeder ----------------------------- hassan@xxxxxxxxxxxxxx Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code.
- References:
- [Javascript] overflow: auto
- From: Michael Dougherty
- [Javascript] overflow: auto
- Prev by Date: [Javascript] overflow: auto
- Next by Date: [Javascript] overflow: auto
- Previous by thread: [Javascript] overflow: auto
- Next by thread: [Javascript] overflow: auto
- Index(es):