| author | gibus |
| Mon, 21 May 2012 16:50:42 +0200 | |
| changeset 439 | 8994d24e4b2f |
| parent 0 | 40c8f766c9b8 |
| permissions | -rw-r--r-- |
| 0 | 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 |
} |