I'm using BrowserCam (http://www.browsercam.com) to test my gadget
(http://kexp-gadget2.googlecode.com/svn/trunk/kexp_rss_gadget.xml) and
I noticed that with Windows XP Mozilla 1.7.12, Netscape 7.2 and
Netscape 8.1.2 there are two scrollbars whenever there needs to be
one. I had this same problem with IE when I first began and I used
conditional CSS to fix this for IE:
<!--[if IE]>
<style type="text/css">
#remote___MODULE_ID__{
overflow: hidden !important;
}
</style>
<![endif]-->
But I can't find a fix for these other browsers. Just wondering if
anyone has any other ideas? Thanks.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---