Hi,
i am not able to see hand cursor when i mouse over the webimage button in firefox. can someone tell me how to fix this?
Thanks
Raja.
Hi Raja,
I tested following in Firefox (WindowsXP) and it seems to work.
<igtxt:WebImageButton ID="WebImageButton1" runat="server" Text="Button" Width="99px" Height="24px"> <Appearance> <ButtonStyle Cursor="Hand"></ButtonStyle> </Appearance></igtxt:WebImageButton>
Please try one more time. If it does not work, then give more information: version of NetAdvantage, Firefox, etc.
Thanks for the reply.. I am using Netadvantage 2006 Vol 3. I found out the problem. I used the following in a skin file
<igtxt:WebImageButton runat="server" Width="35px" Height="20px" SkinID="WebImgBtn"> <Appearance> <Style Cursor="Hand"></Style> </Appearance></igtxt:WebImageButton>
and i called the SkinID for all my button in the project. When using like this i am not able to see hand cursor in Firefox. Instead i apply the <Appearance> tag in the button individually, then am able to see the hand cursor in firefox..
Thanks,
FYI, use cursor pointer to be more standardized across browsers. Cursor hand is an IE thing.