image (round corners) as a link with

Idea is to show an image with round corners.
We’ll use a table and we’ll partition it into 3 rows and 3 columns to have 4 corners.
we’ll place Gif images with transparencies as required to make edges at each corner.

We’ll use that image source as background image for this table.

we will use three functions for this table
1. onmouseover=”this.className=’OnMouse’”
2. onmouseout=”this.className=’OffMouse’”
3. onClick=”this.className=’javascript:document.location=’page2.html’”

Leave a Reply