PDA

Click to See Complete Forum and Search --> : asp:Imagebutton rollover image


john83
May 12th, 2005, 08:46 AM
how do i setup a rollover image for a.gif -> a1.gif

<asp:ImageButton ID="btn" AlternateText="rollover" ImageUrl="images/a.gif" runat="server" />

nemaroller
May 16th, 2005, 08:48 PM
how do i setup a rollover image for a.gif -> a1.gif

<asp:ImageButton ID="btn" onmouseover="images/a1.gif" onmouseout="images/a.gif" AlternateText="rollover" ImageUrl="images/a.gif" runat="server" />