trying to fix ie

This commit is contained in:
HansPinckaers 2011-04-07 14:07:53 +02:00
parent cb5b818f33
commit 8bb02f4074
1 changed files with 7 additions and 3 deletions

View File

@ -294,13 +294,17 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
/* border-bottom: 1px solid #c4c4c4;*!/
*/
position: relative;
position: absolute;
height: 100%;
top: 38px;
width: 100%;
zoom: 1;
overflow: hidden;
}
#editorcontainer { height: 100%; }
#editorcontainer {
height: 100%;
padding-top: 36px;
}
#editorcontainer iframe { width: 100%; height: 100%; padding: 0; margin: 0; }