Hi,

I have the following in my css:
.accordion-header-active {
background: #EDEDE4 url(/web/sites/all/themes/tarski/images/accordion_close.png) right no-repeat!important;
}
While both chrome and Safari show this image, the image does not show up in FF and IE. Any ideas why this could be happenning?

Thanks in advance

Comments

manuel garcia’s picture

Well, this has nothing to do with the module, its basic CSS. The class gets assigned properly in both FF and IE, so your question is outside the scope of the module.

from looking at the line you pasted, there's no space in between no-repeat!important try no-repeat !important...

j4’s picture

Thank you for the prompt reply. The addition of space did not work. The reason I wondered why it could not be only a css issue is because this particular style accordion-header-active does not get picked up at all by firefox, while it does by chrome.

Thank you for the wonderful module!

manuel garcia’s picture

Issue summary: View changes
Status: Active » Closed (fixed)

Closing now due to 6.x no longer supported.