Closed (duplicate)
Project:
Popup
Version:
6.x-3.22
Component:
User interface
Priority:
Major
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
9 Nov 2011 at 12:28 UTC
Updated:
29 Oct 2013 at 21:02 UTC
hello, how can i display popup at the top center of image title ? now i can do only top-left or top-right
and the next question, how can i bind link to image title ?
my popups displayed at mouse hover to images and i want to link it to some URL
simple wrapper not working, here is my html code:
<span class="field-content">
<a href="catalog/vodka/vodka-urzhumka-rzhanaya">
<div id="popup-element-5" class="popup-element popup-style-bent_white activate-hover effect-fade expand-top-left origin-top-right popup-element-processed">
<a class="popup-element-title">
<span>
<img src="/sites/default/files/imagecache/50x150/vodka_urzhumka_rzhanaya_vint.png" alt="Text">
</span>
</a>
</div>
</a>
</span>
Comments
Comment #1
Scheepers de Bruin commentedTry setting a negative margin on the popup body... your arrows will not line up, however...
The next is a duplicate of:
https://drupal.org/node/1117714