Hi Kush,
I ran into that problem too but because of a different name i'd used
for one of my divs. In my case it was #gallery.
Apparently IE creates global variables for the DOM that can easily
conflict with variable names present in the plugins (i think its
something like that anyway). There's a bug ticket for it already but
it's a tricky one. You just have to rename your divs for now until some
of that nice variable scoping is introduced. Something like #wrapper
might be better.
Take it easy,
Rob
Kush Murod wrote:
Anyone?
Kush Murod wrote:
Hi,
Seems like I found the problem but can't explain why:
In my html I've got <div id=conainer></div>
Apparently that tag was causing problem in IE, because as soon as
I're renamed container to containerr all went smooth.
Having said that I'd like to understand why there was a naming conflict.
Response is appreciated
--Kush
Kush Murod wrote:
Hi guys,
Normally interface imageBox works fine,
However in this case http://www.khurshid.com/v2/ in IE throws errors
and I am finding hard to find out what is causing it.
It is very simple page.
Thanks heaps.
--Kush