Hi,
I'm new to developing gadgets. I have the following simple code
<?xml version="1.0" encoding="UTF-8" ?>
<Module>
<ModulePrefs></ModulePrefs>
<Content type="html">
<![CDATA[
<style type="text/css">
.move
{
background-image: url('http://l.yimg.com/a/i/ww/beta/y3.gif');
position:absolute;
height:50px;
width:50px;
}
</style>
<div id="Panel" class="move"/>
]]>
</Content>
</Module>
This works fine in Firefox.Gadget Editor however IE does not show the
div, if i remove the absolute positioning(while in IE or even change
it to position:relative it works)
Please Help,
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
-~----------~----~----~----~------~----~------~--~---