|
You would be better off with an image rollover.
Ex:
<img src="image_normal.gif" onmouseover="this.src='image_over.gif'" onmouseout="this.src='image_normal.gif'" width="xx" height="xx" alt="" />
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|