Besides the fact that you should simplify/parameterize your code, you seem to be using duplicate id
s. 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 id
s unique.
2
solved JavaScript not working in IE but in Firefox [closed]