Results 1 to 4 of 4

Thread: table with locking scollable columns

  1. #1
    Join Date
    Mar 2006
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default table with locking scollable columns

    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??

  2. #2
    Join Date
    Aug 2005
    Location
    Other Side of My Monitor
    Posts
    3,494
    Thanks
    5
    Thanked 105 Times in 104 Posts
    Blog Entries
    1

    Default

    Did you set your z-index to 1 in your css?
    {CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
    Follow Me on Twitter: @InkingHubris
    PHP Code:
    $result mysql_query("SELECT finger FROM hand WHERE id=3");
    echo 
    $result

  3. #3
    Join Date
    Mar 2006
    Posts
    43
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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???
    Last edited by rizlaa; 11-10-2006 at 02:41 PM.

  4. #4
    Join Date
    Nov 2006
    Location
    UK
    Posts
    23
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •