Results 1 to 2 of 2

Thread: asp:Imagebutton rollover image

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2005
    Posts
    106

    asp:Imagebutton rollover image

    how do i setup a rollover image for a.gif -> a1.gif

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

  2. #2
    I wonder how many charact
    Join Date
    Feb 2001
    Location
    Savage, MN, USA
    Posts
    3,704

    Re: asp:Imagebutton rollover image

    Quote Originally Posted by john83
    how do i setup a rollover image for a.gif -> a1.gif
    Code:
    <asp:ImageButton ID="btn" onmouseover="images/a1.gif" onmouseout="images/a.gif" AlternateText="rollover" ImageUrl="images/a.gif"  runat="server" />

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width