|
- <?php $GLOBALS['TL_BODY'][] = '<script src="files/theme/assets/js/imageMapResizer.min.js"></script>';
- $GLOBALS['TL_BODY'][] = "<script>
- $(document).ready(function() {
- $('map').imageMapResize();
- });
- </script>";
- ?>
-
- <div class="<?php echo $this->class ?> block" <?php echo $this->cssID ?>>
- <img src="files/uploads/home/lets_advance.png" usemap="#image-map">
-
- <map name="image-map">
- <area target="" alt="Innovations" title="Innovations" href="<?php echo $this->link_1 ?>" coords="48,173,232,173,203,357,19,359" shape="poly">
- <area target="" alt="Influencer Marketing" title="Influencer Marketing" href="<?php echo $this->link_2 ?>" coords="234,266,421,265,390,448,205,449" shape="poly">
- <area target="" alt="Creativity and Camaign" title="Creativity and Camaign" href="<?php echo $this->link_3 ?>" coords="854,175,1037,176,1009,358,823,361" shape="poly">
- <area target="" alt="Concept and Strategy" title="Concept and Strategy" href="<?php echo $this->link_4 ?>" coords="264,66,448,68,422,250,236,251" shape="poly">
- <area target="" alt="Research" title="Research" href="<?php echo $this->link_5 ?>" coords="638,272,823,270,797,453,609,456" shape="poly">
- <area target="" alt="Experiential Marketing" title="Experiential Marketing" href="<?php echo $this->link_6 ?>" coords="451,177,635,178,608,359,420,362" shape="poly">
- <area target="" alt="Content Creation" title="Content Creation" href="<?php echo $this->link_7 ?>" coords="668,74,853,70,824,253,641,255" shape="poly">
- </map>
- </div>
|