1 /* for testing opacity set in styles in IE */
2 ol#empty
{ opacity: 0; filter:Alpha
(opacity
=0); }
12 div#fx-tests div
.box
{
15 border: 2px solid
#000;
18 div#fx-tests div
.overflow
{
47 filter: progid:DXImageTransform
.Microsoft
.Alpha
(opacity
=100);
60 filter: progid:DXImageTransform
.Microsoft
.Alpha
(opacity
=50);
73 filter: progid:DXImageTransform
.Microsoft
.Alpha
(opacity
=0);
80 div#fx-tests div
.widewidth
{
81 background-repeat: repeat-x
;
84 div#fx-tests div
.wideheight
{
85 background-repeat: repeat-y
;
88 div#fx-tests div
.widewidth
.wideheight
{
89 background-repeat: repeat
;
92 div#fx-tests div
.noback
{
93 background-image: none
;
96 div
.chain
, div
.chain div
{ width: 100px; height: 20px; position: relative
; float: left
; }
97 div
.chain div
{ position: absolute
; top: 0px; left: 0px; }
99 div
.chain
.test
{ background: red
; }
100 div
.chain
.test div
{ background: green
; }
102 div
.chain
.out
{ background: green
; }
103 div
.chain
.out div
{ background: red
; display: none
; }
105 /* tests to ensure jQuery can determine the native display mode of elements
106 that have been set as display: none in stylesheets */
107 div#show-tests
* { display: none
; }
109 #nothiddendiv { font-size: 16px; }
110 #nothiddendivchild.em
{ font-size: 2em; }
111 #nothiddendivchild.prct
{ font-size: 150%; }