patston Posted October 21, 2011 Report Share Posted October 21, 2011 hallo. möchte in der productlisting über das artikelbild ein icon mit einer lupe legen mit einem link per click -> zoom bild in der thickbox öffnet. momentaner stand. lupe wird angezeigt. thickbox öffnet sich - es wird aber kein Bild angzeigt. und icon verschiebt das artikelbild. schein wohl nicht über dem artikelbild zu liegen. kann mal jemand über das script schauen und mir vielleicht eine lösung bieten? das wäre echt super :-) {if $module_data.products_image!=''} <div class="productPreviewImage"> <a onfocus="if(this.blur)this.blur()" href="{$module_data.products_link}"> {img img=$module_data.products_image type=m_thumb class=productImageBorder alt=$module_data.products_name} </a> <a onfocus="if(this.blur)this.blur()" href="{img img=$data.products_image type=m_popup path_only=true}" class="thickbox"> {if $module_data.products_image}<img class="lupe" src="{$tpl_url_path}/img/lupe.png" />{/if} </a> </div> {/if}[/PHP] [HTML].productPreviewImage lupe { position:absolute; z-index:2; right:5px; bottom:5px; }[/HTML] Link to comment Share on other sites More sharing options...
stwinger Posted October 21, 2011 Report Share Posted October 21, 2011 parent element hat position:absolute.. und was hat das Elternpaar ??? position: Positionsart: CSS-Referenz auf CSS 4 You - The Finest in Stylesheets Link to comment Share on other sites More sharing options...
patston Posted January 31, 2012 Author Report Share Posted January 31, 2012 wenn ich nun folgendes script in mein product listing einfüge möchte ich, dass beim klick auf das + zeichen das zoom bild des artikels angezeigt werden. nur leider wir mir nur eine leeres popup per thickbox angezeigt. was mache ich falsch? <div><a onfocus="if(this.blur)this.blur()" href="{img img=$products_image type=m_popup path_only=true}" class="thickbox" title="{$products_name}" rel="productimages">+</a></div>[/PHP] Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.