S
simon
hello. have an image button that i'd like to add some onMouseOver/Out
to an imageButton.
line looks like this...
<asp:ImageButton onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('go','','images/go_on.gif',1)"
ID="headerSearchButton" runat="server" Width="27" Height="20"
ImageUrl="http://localhost/App1/images/go_off.gif"></asp:ImageButton>
the onMouseOver/Out both have the squiggly lines under them in VS
(using 2003 by the way). which in some cases you can ignore when you
build the project and things sometimes work in the browser after the
compile. but in the case the mouse functions are not working.
is this possible, if so and this syntax is not correct, what would the
correct syntax be?
thanks
to an imageButton.
line looks like this...
<asp:ImageButton onMouseOut="MM_swapImgRestore()"
onMouseOver="MM_swapImage('go','','images/go_on.gif',1)"
ID="headerSearchButton" runat="server" Width="27" Height="20"
ImageUrl="http://localhost/App1/images/go_off.gif"></asp:ImageButton>
the onMouseOver/Out both have the squiggly lines under them in VS
(using 2003 by the way). which in some cases you can ignore when you
build the project and things sometimes work in the browser after the
compile. but in the case the mouse functions are not working.
is this possible, if so and this syntax is not correct, what would the
correct syntax be?
thanks