[Solved] JavaScript not working in IE but in Firefox [closed]


Besides the fact that you should simplify/parameterize your code, you seem to be using duplicate ids. That is, using the same id on different elements (a and div).

That is invalid in html and bound to create problems..

You will have to make your ids unique.

2

solved JavaScript not working in IE but in Firefox [closed]