Jump to content
xt:Commerce Community Forum

mouseover Bildeffekt


m-Lind

Recommended Posts

Hallo

Ich wollte gerne, dass sich das Bild vergrößert, wenn man mit der Maus hinüber geht, es funktioniert auch, aber die anderen Bilder verschieben sich immer.

product_listing_v1.html

Es muss doch auch anders gehen.

Weiß jemand zufällig, wie es geht?

css

#galerie img

{

width: 150px;

height: 150px;

display: block;

padding: 0px;

border: 0px;

} 


#galerie a .gross

{

display: none;

}


#galerie a:hover .gross

{

width: 250px;

height: 250px;

display: block;

position: relative;

top: -50px;

left: 150px;

z-index: 1;

background: #fff;

}

<div id="galerie"><a href="{$module_data.PRODUCTS_LINK}"><img src="{$module_data.PRODUCTS_IMAGE}" alt="{$module_data.PRODUCTS_NAME}" /><img src="{$module_data.PRODUCTS_IMAGE}" alt="" class="gross"></a></div>[/HTML]

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...