|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Lock a table column in Non IE
I want to lock columns as shown at http://web.tampabay.rr.com/bmerkey/...column-csv.html
Unfortunately that only works in IE. I've had a crack at doing it with firefox and it's give me grief. Any ideas?
__________________
Like the answers I give? Why not ask me directly at my forum. I'm always glad to help. Javascript scripts and tips can be found at Dynamic Tools. Check out DynamicTable, the best javascript table sorter around. Get reliable and affordable hosting at www.thinksmarthosting.com |
|
#2
|
||||
|
||||
|
Hi Pete! Welcome back.
![]() Hmm... you had a thread in March that I seem to have forgotten about. Oh well, welcome back anyway. ![]() Check out this thread on SitePoint: Scrollable tables
__________________
Spreading knowledge, one newbie at a time. Learn CSS. | PHP includes | X/HTML Validator | CSS validator | Dynamic Site Solutions IE7: the generation 7 browser new in a world of generation 8 browsers. Design/program for Firefox (and/or Opera), apply fixes for IE, not the other way around. |
|
#3
|
|||
|
|||
|
Heya Kravvitz,
I'm not the regular I used to be, but I can remember you being very helpful. =) The scrolling itself I'm ok with, it's the column locking that is tricky. There is one example of scroll locking in that thread, but it's a scary maze of nested divs and tables that I'd prefer not to deal with. I really liked the example I posted because it doesn't require modifying the DOM at all. Cheers, Pete |
|
#4
|
||||
|
||||
|
Gary (kk5st) hasn't put this example up on his new site yet, but here's a link to a copy at web.archive.org. Unfortunately his technique doesn't work in Opera 9.x though.
The alternative is to use two separate tables, one for the header and one for the body, and set widths (preferably in EMs) for each column. The body table would be placed in a <div> that had overflow:auto. P.S. Have you seen the getStyle Function page on my site? I based the color format conversion functionality on some code you wrote a while back. |
![]() |
| Viewing: Dev Shed Forums > Web Design > CSS Help > Lock a table column in Non IE |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|