I`m working on my first iGoogle gadget. It's a very simple script to
display entries from an rss feed. My problem is that I can't get the
gadget to dynamically resize to the content_div's height.
At the beginning of the XML I've got:
<Require feature="dynamic-height"/>
At the end of the XML I've got:
function init() {
_IG_AdjustIFrameHeight();
}
gadgets.util.registerOnLoadHandler(init);
</script>
I've also tried just putting this there:
_IG_AdjustIFrameHeight(); </script>
The XML-file: http://www.acfis.nl/accountancy-nieuws-igoogle.xml
--
You received this message because you are subscribed to the Google Groups
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/Google-Gadgets-API?hl=en.