2 Copyright (c) 2007, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
8 .yui-dt-table th, .yui-dt-table td {
31 /* foundational scrolling css */
33 *overflow-y:auto
; /* for ie */
35 .yui-dt-scrollable thead {
36 display:block
; /* for safari and opera */
38 .yui-dt-scrollable thead tr {
39 position:relative
; /* for ie */
42 display:block
; /* for safari and opera */
43 overflow:auto
; /* for gecko */
47 position:absolute
;z-index:9000;