Log in

View Full Version : table with locking scollable columns



rizlaa
11-09-2006, 04:14 PM
Hi does anyone know how to create a horizontally scrolling table with the first couple of columns locked as in excel pane freeze??

I have followed the example from:
web.tampabay.rr.com/bmerkey/examples/locked-column-csv.html

only problem is if you have select list items then these do not hide behind the locked columns when scrolling (due to the IE z-index bug on select lists)
any ideas how we can make the select lists hide behing the other columns on scrolling??

BLiZZaRD
11-10-2006, 08:17 AM
Did you set your z-index to 1 in your css?

rizlaa
11-10-2006, 11:47 AM
which css item are you refering too??
(i believe the z-index of the select lists in IE are infinite??)

is there anyway of using the iframe hack on this example???

GITs
11-10-2006, 02:51 PM
Oh, the good old z-index bug... try setting it on the select lists and check it on firefox/opera, if it works then post back, then we can look at trying a workaround :S