How can I set the background color in the tag?

In the top level properties of a Lectora course there is a background tab to set the background color for the course. Since we have this set to a dark blue for our course, it was strange to receive a comment from our client that there was flashing between pages.


What researching the problem has shown is that the problem primarily occurs with IE (the primary browser on which the course will be viewed) and I have been told that it traces back to IE's javascript handling performance. I have also been told that the html tag background color default is white, and the fix recommended is to set the html tag background color to the background blue. However, the background color setting in the Properties apparently sets the body tag background color, but not the html tag:


style text="text/css"

body background-color:#2e2e6f;

On the other hand, most tutorials I see on the web about background color do use the body tag to set the background color; none have used the html tag. So, any insights or experience that can help me address the IE flashing issue?


Thanks,

Mary

Discussions have been disabled for this post