T
tshad
I have some transarent gifs (actually PNG files) that are not working in IE.
They work fine in Netscape and Mozilla. In IE the following shows a grey
border around the figure (which should be transparent.
<asp:ImageButton ID="ExpandButton" runat="server"
Font-Size="2" ImageUrl="../images/expand.jpg" Width="16" Height="16"
CommandName="Select" AlternateText="Click here to see
details"></asp:ImageButton>
When I change it to:
oExpand.imageURL="../images/transparent.png"
Which is nothing but a transparent background. When it returns, it has a
grey square?
Why doesn't IE handle this correctly?
Thanks,
Tom.
They work fine in Netscape and Mozilla. In IE the following shows a grey
border around the figure (which should be transparent.
<asp:ImageButton ID="ExpandButton" runat="server"
Font-Size="2" ImageUrl="../images/expand.jpg" Width="16" Height="16"
CommandName="Select" AlternateText="Click here to see
details"></asp:ImageButton>
When I change it to:
oExpand.imageURL="../images/transparent.png"
Which is nothing but a transparent background. When it returns, it has a
grey square?
Why doesn't IE handle this correctly?
Thanks,
Tom.