editor now always showing up on internet explorer 6

This commit is contained in:
HansPinckaers 2011-04-07 13:41:07 +02:00
parent 45cccef3e7
commit cb5b818f33

View file

@ -290,17 +290,14 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
right: 38px; top: 5px; display: none; } right: 38px; top: 5px; display: none; }
#editorcontainerbox { #editorcontainerbox {
border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4; /* border-left: 1px solid #c4c4c4; border-right: 1px solid #c4c4c4;
/* border-bottom: 1px solid #c4c4c4;*/ /* border-bottom: 1px solid #c4c4c4;*!/
background: #fff;
bottom:0; */
left:0; position: relative;
overflow: hidden; height: 100%;
position: absolute; top: 38px;
right: 0;
top: 36px;
zoom: 1; zoom: 1;
z-index: 11;
} }
#editorcontainer { height: 100%; } #editorcontainer { height: 100%; }