|
Image ButtonsProblem:Is there a way to get rid of the Gray buttons and use Images instead? Solution:
Note that Netscape and IE will, by default, show the name of the button when the cursor is placed over the button. Since ND uses the name of the button to define what method is to be called next, this can cause some pretty nasty text to be displayed over an image button. Unfortunately, the HTML standard does not support the 'ALT' tag as it does with images. However, IE has offered the ability to use the ALT tag for image buttons anyway. Therefore, adding ALT="My Button" to the ExtraHtmlText property value will enable IE to show "My Button" when the cursor is placed over the image button (rather than "btn_MyButton_onWebEvent(btn_MyButton)", which is what Netscape will display regardless.) |
|
Copyright © 1997-2004 Grace Frederick.
All rights reserved. |