B
Bendik Engebretsen
Hi,
ASP.NET newbie has just started expermenting with VS.NET 2005 Beta, ASP.NET
2.0 and the 'Personal WEB site' starter kit. I am now trying to create a
rollover effect on the buttons. I have tried adding onmouseover/onmouseout
events in my .skin file like this:
<asp:imagebutton runat="server" Imageurl="Images/button-login.gif"
onmouseover="this.src='Images/button-login_hot.gif'"
onmouseout="this.src='Images/button-login.gif'" skinid="login"/>
When I move the cursor over the 'Login' button the image disappears, I just
get the red X and text. What could be wrong ?
Bendik
ASP.NET newbie has just started expermenting with VS.NET 2005 Beta, ASP.NET
2.0 and the 'Personal WEB site' starter kit. I am now trying to create a
rollover effect on the buttons. I have tried adding onmouseover/onmouseout
events in my .skin file like this:
<asp:imagebutton runat="server" Imageurl="Images/button-login.gif"
onmouseover="this.src='Images/button-login_hot.gif'"
onmouseout="this.src='Images/button-login.gif'" skinid="login"/>
When I move the cursor over the 'Login' button the image disappears, I just
get the red X and text. What could be wrong ?
Bendik