This Damn Thing Should Work

Monday, October 24, 2005

Mouseovers with an Hyperlink object

Another nifty little technique - when using ImageURLs with the Asp.NET hyperlink object, in order to do rollovers you need to do something like this:

OnMouseOver="this.firstChild.src='/images/rollover.gif'"

Works like a charm...