function EJEJC_config() {
EJEJC_WIDTH = 600;
EJEJC_BGCOLOR = "#FFF";
EJEJC_OPACITY = 100;
}
So this code changes the width of my shopping cart to 600 (I experimented with different widths and they changed no problem), but the code to change the ghosting bg color and the ghosting opacity does not seem to work. The ghosting is still 60% black, despite these lines of code in the header. I've tried various colors and opacities, and I tried placing the code before and after my stylesheet declarations, in the header and in the body of the page, but nothing makes it work.
Any idea why just the color/opacity variables aren't registering?
Thanks!
CMSD