Posts: 2,337
Name: Keith Marshall
Location: West Hartford, CT
|
I use a rather easy method for image rollover with minimal javascript needed.
Code:
<a href="#">
<img src="image.gif" border="0" width="xx" height="xx" alt="" onmouseover="this.src='image_over.gif';" onmouseout="this.src='image.gif';" />
</a>
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|