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...
