Skip to content

Commit 2f77d6d

Browse files
committed
Fix examples/thumbnails for Internet Explorer
1 parent dcd288f commit 2f77d6d

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

examples/thumbnails.html

+14
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,20 @@
5757
right: 0;
5858
position: absolute;
5959
}
60+
/* IE9/IE8 required */
61+
.js-fileapi-wrapper { position: relative; }
62+
.js-fileapi-wrapper input {
63+
top: -10px;
64+
right: -40px;
65+
z-index: 2;
66+
position: absolute;
67+
cursor: pointer;
68+
opacity: 0;
69+
width: auto;
70+
height: auto;
71+
filter: alpha(opacity=0);
72+
font-size: 50px;
73+
}
6074
</style>
6175

6276
</head>

0 commit comments

Comments
 (0)