Forum OpenACS Development: xowiki not visible on ie6

Collapse
Posted by Matthew Dodwell on

Just been testing on ie6, and found my xowiki pages not appearing. I'm using the version from HEAD.

I tracked the issue down to a line in www/resources/xowiki.css; Making the following change seems to fix the problem;
#page-body {background: #fff; font: 10pt Arial, Helvetica, sans-serif;}
changed to;
#page-body {background: #ffffffff; font: 10pt Arial, Helvetica, sans-serif;}

Cheers
Matthew