Closed (outdated)
Project:
BeautyTips
Version:
7.x-2.0-beta2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
16 Aug 2012 at 19:56 UTC
Updated:
11 Feb 2018 at 17:00 UTC
Jump to comment: Most recent
Comments
Comment #1
typehost commentedNice site. I am looking for an application like this: http://www.vipliving.ca/suites.aspx
Same question... how to implement this with Beauty Tips (i.e., different linked areas of an image map coded with specific tool-tip/pop-up information)?
Comment #2
typehost commentedFollow up post:
1. in my experience, building an image map with map and area tags (as in this example: http://css-tricks.com/image-map-with-prototype-tooltips/) did not work with beauty tips
---> led to this problem: http://drupal.org/files/issues/Screen%20shot%202010-12-06%20at%206.52.52...
---> issue: http://drupal.org/node/961286
2. building an image map with css and using one image as background and other images positioned as content lists with css co-ordinates for hot links (as in this example: http://www.cssplay.co.uk/menu/solar_map.html) works fine with beauty tips.
---> similar examples: http://designreviver.com/tutorials/css-image-map-techniques-and-tutorials/
3. how to implement: in this example background image 625x625 px with transparent png file at 21x21 px for hotlink area:
Template file:
This is for the pop-up, on the display page, saved as a html file (example: /sites/default/files/mapfiles/edgemap1.html). Use same html template to create different pop-ups for the hotlink regions, (saved as: edgmap2.html, edgemap3.html, etc.)
---> example: panel pane, block for image map display
In template.php file:
In the style.css file:
This creates a single image map that can be used to display on different pages, etc. on the site with beauty tip pop-ups customized with the html templates. The hotlink regions are created with transparent png files over a css region with the image file (map) as background.
Comment #3
pifagor