How to Create a Pseudo Image-mapBelow is the image-map effect you get when slicing an image into its component parts and use an HTML table to reassemble the pieces. This can help
BTW, don't click on the links - this is only an example. The end result
The HTMLIf you View | Source, you will see this HTML: <table cellpadding="0" cellspacing="0" border="0">
<tr> <td rowspan="2"><a href="soup_de_la_jour.cfm"><img src="slice1.gif" alt="first link" width="146" height="71" border="0"></A></td> <td><a href="desert.cfm"><img src="slice2.gif" alt="second link" width="154" height="30" border="0"></a></td> </tr> <tr> <td><a href="the_cheese_board.cfm"><img src="slice3.gif" alt="third link" width="154" height="41" border="0"></a></td> </tr> <tr> <td colspan="2"><a href="maincourse.cfm"><img src="slice4.gif" alt="fourth link" width="300" height="29" border="0"></a></td> </tr> </table> The Individual ImagesThese are the separate images that are bound together using the HTML table above:
Important points to note:
|
|||||||||||
|
|||||||||||