None of this is working for me. I realize I failed to mention this is
all in tabs, would that make a difference?
Thanks,
Jami
On Sep 9, 2:23 pm, Justin McConnell <[EMAIL PROTECTED]> wrote:
> Hi,
> I think I had the same problem before. Like you identified, it has to
> do with the CSS of the container div in the gadget iframe.
>
> Keep scrolling="true" in your ModulePrefs but also set a rule in your
> CSS:
> #remote___MODULE_ID__ {
> overflow: hidden !important;
>
> }
>
> This worked for me, without nerfing firefox's scrolling. But, if you
> want to send to just IE, use conditional comments
>
> <!--[if lte IE 7]>
> CSS code
> <![endif]-->
>
> On Sep 8, 2:45 pm, jamim <[EMAIL PROTECTED]> wrote:
>
> > FF3, Safari 3, and Opera 9.5 show only 1 vertical scrollbar when
> > needed, but IE7 always shows at least 1 vertical scrollbar (when it's
> > not needed) and 2 when it actually is needed. I'm assuming it's got
> > to do with the CSS but I just can't figure it out. overflow-y:hidden,
> > hides the scrollbar in FF also. I'd really rather not use dynamic
> > height as some of the data can be quite lengthy.
>
> > Thanks.
>
> > oh and the gadget is here to
> > view:http://kexp-developing-gadget.googlecode.com/svn/trunk/kexp_rss_gadge...
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---