I'm testing Moo Faq on my test site and I'm having some difficulty. I can get it to work as a stock install: that is the questions open to answers on clicks and the colors change when hovering.
However as soon as I try and change one of the colors in moo_faq.js, the sliding and hover no longer work. For instance I tried to change
| Code: |
'background-color': '#f2f2f2',
|
in onBackground: function to
| Code: |
'background-color': '#1E76D0',
|
but now it won't work.
I am runnning mootools already as this is a RocketThemes
template and uses mootools for their RokLatest
module.
Even with two calls to mootools.js, it works until I try to change the color. Removing the second call to mootools.js doesn't seem to have any effect.
I really like the module and would love to use it, but the color and text formatting are incompatible with my site as initially coded. My test site is here:
http://www.motorcops.org/hilltoptest
direct link:
http://www.motorcops.org/hilltoptest/index.php?option=com_content&task=category&sectionid=3&id=7&Itemid=25
Can you provide any suggestions?