Results 1 to 1 of 1
  1. #1
    Join Date
    Jan 2009
    Posts
    2,123
    Plugin Contributions
    0

    Default Adding a HotSpot to an Image in PHP?

    I have the following image on my site as a shopping cart:

    PHP Code:
    if ($_SESSION['cart']->count_contents() == 0) {
        
    // display empty cart image
        
    $totalsDisplay '<a href="' zen_href_link(FILENAME_SHOPPING_CART) . '"><span class="headerbasketempty">'zen_image(DIR_WS_TEMPLATE_IMAGES 'cart_empty2.png''Image of Shopping Basket') .'</span></a>';
     } else {
        
    // make all content a link... Float image to the right and CSS style..

       
    $totalsDisplay '<a href="' zen_href_link(FILENAME_SHOPPING_CART) . '"><span class="headerbasket" style="float:right;">'zen_image(DIR_WS_TEMPLATE_IMAGES 'shopping_basket.png''Image of Shopping Basket') .'</span>'$totalDisplay .'</a>'
    Is it possible to add a hotspot to a specific area of this image by adapting the code above? The html would be:

    <img src="http://www.limelites.co.uk/images/cart_empty2.png" border="0" usemap="#Map" />
    <map name="Map" id="Map"><area shape="rect" coords="1,3,172,169" href="http://www.limelites.co.uk/index.php?main_page=shopping_cart" />

    Struggling to add the hotspot in PHP... Any help greatly appreciated.
    Last edited by limelites; 5 Aug 2009 at 12:01 PM.

 

 

Similar Threads

  1. v151 PHP Question: Adding href to Manufacturer image
    By Feznizzle in forum General Questions
    Replies: 9
    Last Post: 27 Jan 2016, 06:58 PM
  2. Adding image to header.php, replacing sales message
    By feanix02 in forum Templates, Stylesheets, Page Layout
    Replies: 19
    Last Post: 27 Feb 2010, 07:52 AM
  3. Adding an Image inside PHP code?
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 9 Oct 2009, 10:56 PM
  4. Blank Box Mod -- Image Hotspot Links Don't Work...
    By mishutkadesign in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jun 2008, 12:45 AM
  5. Adding an image to index.php
    By Rememberthemoments in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 11 Feb 2007, 08:50 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR