A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.
I put some images in the wrapheader using following
<portal:SlidePanel id="spanel1" runat="server" CssClass="SlidePanelCSS" TransitionEffect="turnUp" PauseOnHover="true" NextSelector="false" BackColor="Transparent" > <div><a href="/our-service.aspx"><img src="/data/MatasoftImage/FreeConsultation.gif" alt="" /></a></div> <div><a href="/about-us.aspx"><img src="/data/MatasoftImage/fitthelastpiece.gif" alt=""/></a></div> <div><a href="/contact-us.aspx"><img src="/data/MatasoftImage/ContactUsToday.gif" alt="" /></a></div> </portal:SlidePanel>
<portal:SlidePanel id="spanel1" runat="server" CssClass="SlidePanelCSS" TransitionEffect="turnUp" PauseOnHover="true" NextSelector="false" BackColor="Transparent" >
<div><a href="/our-service.aspx"><img src="/data/MatasoftImage/FreeConsultation.gif" alt="" /></a></div>
<div><a href="/about-us.aspx"><img src="/data/MatasoftImage/fitthelastpiece.gif" alt=""/></a></div>
<div><a href="/contact-us.aspx"><img src="/data/MatasoftImage/ContactUsToday.gif" alt="" /></a></div>
</portal:SlidePanel>
everything works fine in firefox. However, it shows some whitish background in IE8. I have tried png files, there is no luck.
Anybody can help me with this? Thanks
I think we need a bit more info than what you are giving. Do you have this page live somewhere?
I guess my question is:
a png or gif picture (actually just some text, I turn it into a picture) show perfectly in firefox but it shows some whitish background in IE8. Is something related to truetype fonts?
Thanks
There have always been issues with IE and .png transparency, even in IE 8 which is supposed to support it people still encounter problems.
Hope it helps,
Joe
Hi,
I might be able to help you come up with some kind of work-around or actual fix for this problem if you can post a link to your site.
Thanks,Joe