Hello, wow, what a fast reply!
Yes, it is possible.
Can I send you a private message?
BTW: the issue is due to this div:

Code: |
<div id="panelError_mask" class="mask block-scrollbars" style="height: 1053px; width: 1920px; display: block; z-index: 29999;"> </div>
|
generated when the user clicks on "continue" without any answer selected.
If I set z-index: 1; with firebug it works fine.
How can I fix it? I would like not to hack the core script to keep it working with future versions. It would be nice to have all these kind of stuff in a css file which can be overridden with a custom css.
Is it possible?
Thanks in advance!