Fix for positioning in different browsers plus IE6 bug

This commit is contained in:
lorilee
2010-07-30 12:30:40 -07:00
parent f1686d5172
commit 9877db1626
3 changed files with 36 additions and 9 deletions

View File

@@ -1426,9 +1426,18 @@ a.close_enum_editor {
position: absolute;
padding: 3px;
display: none;
z-index: 100;
}
td.more_opts {
display: none;
white-space: nowrap;
}
iframe.IE_hack {
z-index: 1;
position: absolute;
display: none;
border: 0;
filter: alpha(opacity=0);
}