Joseph Rézeau
Posts made by Joseph Rézeau
Ok, someone must have found out the CSS solution and implemented it in theme\standard\styles_layout.css in 1.8 beta but unfortunately not (yet) in 1.7.
Here is the fix..que .answer {
/* float: right; */
float: left;
width: 83%;
margin-bottom: 0.5em;
}
/* float: right; */
float: left;
width: 83%;
margin-bottom: 0.5em;
}
i.e. replace float:right with float:left.
Tim, can you commit the fix to current 1.7 stable version to make everyone happy, including those shameless MSIE users?
Joseph
Removing position:relative does not change anything to the problem, i.e. the Submit button is still covering the prompt text in MSIE 7 (when available screen space is reduced, as explained in Simon's original message).
Joseph
Joseph
Tim > That's pretty ugly.
I agree.
However, taking out both the following from the css:
.que .submit {
position: relative;
clear: both;
float: left;
}
/* MSIE Hack */
* html .que .submit {
float: none;
}
I agree.

However, taking out both the following from the css:
.que .submit {
position: relative;
clear: both;
float: left;
}
/* MSIE Hack */
* html .que .submit {
float: none;
}
results in the submit button covering the prompt message in both FireFox and MSIE 7. Maybe this is a bug in the quiz files themselves, which cannot be solved in CSS?
Joseph
Tim > OK, I clearly don't have a clue how Moodle works.
Does anyone really have?
Well, good-night for now,
Joseph