The website is http://www.printwithvision.com/

In Chrome and Firefox it shows up correctly. In Internet Explorer the slideshow background comes in Cyan. Can't seem to figure out what is causing this. Any ideas?

Comments

JayNL’s picture

probably some CSS problem. Check out your CSS with Firebug or just fix it by adding:

.views-field-field-quote-value {
background: #CCC;
}

to your CSS.

phishyman2’s picture

Thanks. That is a good start. I think the background needs to be changed at the block level though. Thanks again.

ofktoubro’s picture