Forum Moderators: phranque
Possible alternative: the banner is a Flash movie. Links can be embedded, and keyword rich text, too. But search engines will not take account of elements within a Flash movie in their scoring algorithms.
...
<IMG SRC="pic1.gif" USEMAP="#map1"><MAP NAME="map1">
<AREA SHAPE="RECT" COORDS="0,0,10,20" HREF="http://www.example.com">
</MAP>
...
so when someone clicks on the area of the image defined by the rectangle shape they would go to example.com
Areas on the image can be defined using rectangle, circle or polygon
For more info see W3C's Objects, Images, and Applets [w3.org] doc.
HTH