Zen Cart Logo
Forums / Customization from the Admin / Zencart Code works in IE not in Firefox

Zencart Code works in IE not in Firefox

Locked

Views: 3,642

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
16 May 2006, 3:16 PM
#1
kiermasz avatar

kiermasz

New Zenner

Join Date:
Mar 2006
Posts:
27
Plugin Contributions:
0

Zencart Code works in IE not in Firefox

Guys,
Put some code together that displays one section when another is 'clicked'.

Link to site: http://www.movieautographsww.com/index.php?main_page=page&id=3&chapter=0

When you click on a question the answer should be shown in the box below. This works fine when the site is viewed through IE, but does not function when viewed through Firefox.

Any suggestions as to why this won't work 'cos the daft thing is if you view the code by itself (outside of Zencart) in either browser it works fine. For some reason it doesn't work through Zencart and it's driving me nuts!!

Cheers
Taz

22 May 2006, 8:18 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Zencart Code works in IE not in Firefox

Usually that sort of problem is a result of unclosed HTML tags such as DIV etc, or incorrectly nested tags.

You might try looking at View Source, and carefully matching each opening tag with its corresponding closing tag ... to determine which one isn't closed properly.