|
Hi Chris.
Thanks. You were right about the CSS. This is the line that needed changing from black to white:
.css({position:'absolute', left:0, top:0, width:'100%', height:'100%', background:'white'}). It was in the javascript script, not the CSS, which was confusing me.
|