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’”
- Check out the attached example.doc file for more details.
image as a link with round corners (example.doc » change extension to example.zip)
NOTE: change the extension of example.doc to example.zip
Filed under: HTML tweeks