Hello
First of all, I am new in web programming/javascript...
I experienced with building my public home page of Google Gadget
elements only (do not ask why :)). With Firefox, it works perfectly,
however Internet Explorer behaves randomly: not all the gadgets are
displayed, and the displayed/not displayed gadgets changed randomly.
The gadgets were organized in a 3x5 table
The situation improved a bit if
- I rendered the rows into separate tables
- After each table, I inserted a simple script with timeout
But cetrainly, it is ugly, and the page is not realiable still.
You can view the page here: http://www.zsoltmolnar.hu
Searching for the problem did not lead to a simple and usable solution,
the most similar problem that people discussed in the groups was that
he ONLOAD event never gets fired in IE case.
Do you have any idea??