Defining width and height seems to improve resizing

behaviour under some browsers (source: some blogs)
It also helps when resize doesn't work, defaulting
to a nice size.
This commit is contained in:
stronk7 2006-04-26 22:18:47 +00:00
parent eac8ac87c7
commit d8606dc543

View File

@ -1822,16 +1822,20 @@ body#mod-quiz-report .controls {
overflow:auto;
left:260px;
border:1px solid;
width:640px;
height:480px;
}
#ims-contentframe-no-nav {
position:absolute;
overflow:auto;
border:1px solid;
width:640px;
height:480px;
}
#mod-resource-view div#footer {
margin-top: 5px;
margin-top: 5px;
}
/***