I am using iMIS WCM module version 15.1.2.4730 with customized template 1502.
I customized background colour (02-Styles.css) to gray colour (#EEEEEE):
body {
margin: 0;
padding: 0;
text-align: left;
color: #6a6869;
background-color: #EEEEEE;
The gray background only shows on the first minitor screen. If I scroll down, background remins white.
Please see example:
http://209.217.68.142/imis15/eng/Membership/Member_List/eng/mem/Member_L...
Please advice,
Thank you,
Ewa
There is a reference to a
There is a reference to a css file:
http://209.217.68.142/imis15/YUI/build/reset-fonts-grids/reset-fonts-gri...
which has the following line:
html{color:#000;background:#FFF;}
Remove the background in that file.
Nasser