Thread: Image Roll Over
View Single Post
Old 21-04-2008, 00:49   #1 (permalink)
schristians
Registered User
 
Join Date: Dec 2007
Posts: 26
Image Roll Over

Hey Guys:

This may be an easy question but I am a novice so please help me out. The code below displays the image I am trying to create a roll over with. I am trying to create a roll over with a completely different image. I have tried a number of separate possibilities but none seem to work. I am working on a dynamic page in Visual Web Developer 2005.

I have read about Javascript but I do not want to add tons of Javascript because there will be a few images that I have to create the same effect to on the same page. It's a portfolio web site.


<asp:HyperLink ID="uisd" runat="server" ImageUrl="~/images/nav_uisd.jpg" CssClass="uisd" NavigateUrl="~/WebDefault.aspx"></asp:HyperLink>


Thanks!
  Reply With Quote