| changeset 0 | 40c8f766c9b8 |
| -1:000000000000 | 0:40c8f766c9b8 |
|---|---|
1 /* http://www.hedgerwow.com/360/bugs/css-select-free.html */ |
|
2 .select-free { |
|
3 position:absolute; |
|
4 z-index:10; |
|
5 cursor:pointer; |
|
6 overflow:hidden; |
|
7 width:33em; |
|
8 } |
|
9 .select-free iframe { |
|
10 display:none; |
|
11 display/**/:block; |
|
12 position:absolute; |
|
13 top:0; |
|
14 left:0; |
|
15 z-index:-1; |
|
16 filter:mask(); |
|
17 width:3000px; |
|
18 height:3000px |
|
19 } |