Sorry, I knew you did look at my testcase.
I finally uploaded the testcase here:
http://www.mayer-teppich.at/shadowbox/You can have a look at it there.
Unfortunately I don't get any error anymore
in IE7 at all.
IE6 states:
"Ungültiges Argument" meaning kinda like "Invalid argument"
Line: 1121
Sign: 4
If it's jQuery it is this code:
---
if ( set )
elem[ name ] = value;
return elem[ name ];
---
Line 1121 is the empty one in between,
so I guess line 1121 should be the line before -> "elem[ name ] = value;"
But I still don't know where
the problem is. Am I doing something wrong
with calling the shadowbox? =o(