[jQuery] Superfish with scripted dom page

[jQuery] Superfish with scripted dom page


Hello
Please help me with this problem. I tried everything and just can't
see what is wrong.
Superfish works fine in Firefox and IE7 as long as all elements are
written as html. As soon as the page is scripted as follows, IE7 no
longer allows the Superfish menu to fly out. Firefox, on the contrary
works flawlessly...
... blah, blah ...
var z = $("<li>").attr('id',p);
$('#navigation').append(z);
var y = $("<a></a>").attr('innerHTML',klassen[a] ).attr('href','#');
$(pk).append(y);
var w = $("<ul>").attr('id',q);
$(pk).append(w); ... etc.
You can see the page here: http://conforta.webhop.org/gip/gipp5trisclient.asp
Thanks