Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.yui3-widget-stacked .yui3-widget-shim {
2
    opacity:0;
3
    filter:alpha(opacity=0);
4
    position:absolute;
5
    border:none;
6
    top:0px;
7
    left:0px;
8
    padding:0;
9
    margin:0;
10
    z-index:-1;
11
    width:100%;
12
    height:100%;
13
    /*
14
       We'll be setting these programmatically for IE6,
15
       to account for cases where height is not set
16
    */
17
    _width:0;
18
    _height:0;
19
}