Loading...
 
Themes

Themes


Re: Re: Re: IE-only problem? Need help..

India

I faced the same problem which I got rid of (if my memory serves right) by simply deleting tiki-user_menu.tpl in templates/styles/moreneat. If that doesn't do it, let me know...I'll check the files and write again.

> Colorado:
>
> Thanks for the info. So, I'm getting the following error:
>

> Image
Copy to clipboard
> Error: document.getElementById(foo) has no properties > Source File: http://www.keycontent.org/lib/tiki-js.js > Line: 183 >

>
> And the line in question is:

> Image
Copy to clipboard
> function flip(foo) { > >>>>> if (document.getElementById(foo).style.display == "none") { > show(foo); > } else { > if (document.getElementById(foo).style.display == "block") { > hide(foo); > } else { > show(foo); > } > } > } >

>
> I'm no Javascript expert. Can anyone help decipher what exactly the problem is? Or what I've done wrong?
>
> Thanks,
>
> -Rick

There are no comments at this time.