Header Image Map
xecutech <[email protected]> 12 Sep 2003 20:28:31 -0000
| Newsgroups | gmane.comp.web.oscommerce.installation |
|---|---|
| Message-ID | <1575c6431f6ebb515f9993c1df7e0fab@osCommerce-Forums> |
This message was sent from: Installation and Configuration http://forums.oscommerce.com/viewtopic.php?p=228568#228568 ---------------------------------------------------------------- I am still learning php, but have run into a small problem. How would I take the image in the header and make it an image map? Below is the line of code in the header file and the image coordinates I need to put in. I would be eternally grateful for any help, and yes, I did a search here first. <?php echo tep_image(DIR_WS_IMAGES . 'image.jpg', 'name'); ?> <map name="imagemap"> <area shape="rect" coords="380,104,466,133" href="http://www.site.com"> <area shape="rect" coords="474,104,614,133" href="http://www.site.com/catalog"> <area shape="rect" coords="627,104,716,134" href="http://www.site.com/forum"> </map>