Hi, I have a web image button that refuses to display text on th button in Firefox (to right) and not at all in IE7 - this is the code:
<igtxt:webimagebutton ID="LoginButton" runat="server" Width="100px" CommandName="Login"
UseBrowserDefaults="False" onclick="LoginButton_Click" Text="Marc">
<RoundedCorners MaxHeight="23" MaxWidth="300"
RenderingType="FileImages" HeightOfBottomEdge="0" WidthOfRightEdge="13"></RoundedCorners>
<Appearance>
<Image Url="./styling/Default/images/button_officeBlue.gif" />
<Style ForeColor="#666666">
</Style>
</Appearance>
<HoverAppearance>
<Image Url="./styling/Default/images/button_silver.gif" />
</HoverAppearance>
</igtxt:WebImageButton>
Any help would be apprieciated
Thanks
Marc
Hello Marc,
I recently have seen a similar problem and a resolution to the problem in this forum thread - please, take a look and let us know if this helps.
http://forums.infragistics.com/forums/t/11424.aspx
I would guess that the ./ syntax is not mapped correctly in browsers,
You can try using ~/ instead of ./ and see how it goes.