Hi all, I am trying to develop a gadget, one of the features of which is that on mouseover/mouseclick on specific links of the gadget pops up a floating container with content, this is something like a tooltip in traditional browsers. The fact though is that it contains about 4 to 5 lines of information. I am calling _IG_AdjustIFrameHeight() when I paint the content so it appears fine. The height of the gadget seems to adjust based on the content, but the content that exceeds out of the original frame(before resize) doesnt seem to be visible. This is not a browser specific issue 'coz I noticed this on every browser. One alternative I found was to make scrolling="true" in the ModulePrefs, which I don't want to do. Even setting that to true forces user to use the scrollbar to view the content.
I have created a test gadget to demonstrate the issue. The URL of which is http://udaysasi.googlepages.com/floatDiv.xml Can someone out here suggest a solution to this? I have tried all possible ways but in vain. 1) I tried to control the "display" style attribute on the outer Div that is named "outerPane" instead of the "floatPane" 2) I tried adding some content to the "logger" but that is just a workaround. This workaround should be applied only on the links that are at the bottom of the gadget that make the floating content invisible. So, Its a controlled workaround, and don't prefer to do that. Thanks -Uday --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
