ultraxa Posted September 19, 2011 Share Posted September 19, 2011 je pose carrement le probleme , je souhaiterais metre des arrondi sur le module homecarroussel je sais qu'en css3 ca fonctionne mais sousn ie8 c'est galere .. <!-- MODULE Home Featured Products --> <form id="buy_block" {if $PS_CATALOG_MODE AND !isset($groups) AND $product->quantity > 0}class="hidden"{/if} action="{$link->getPageLink('cart.php')}" method="post"> {if isset($groups)}<h5>{l s='Personalize it !!'}</h5>{/if} {if isset($colors) && $colors} <!-- colors --> <div id="color_picker"> <p>{l s='Pick a color:' js=1}</p> <div class="clear"></div> <ul id="color_to_pick_list"> {foreach from=$colors key='id_attribute' item='color'} <li><a id="color_{$id_attribute|intval}" class="color_pick" style="background: {$color.value};" onclick="updateColorSelect({$id_attribute|intval});$('#wrapResetImages').show('slow');" title="{$color.name}">{if file_exists($col_img_dir|cat:$id_attribute|cat:'.jpg')}<img src="{$img_col_dir}{$id_attribute}.jpg" alt="{$color.name}" width="20" height="20" />{/if}</a></li> {/foreach} </ul> <div class="clear"></div> </div> {/if} <div id="information" style="border: 2px solid #D0D3D8;margin-bottom:20px;background:#F5E6E7;"> {if !empty($product->information)} {$product->information} {/if} </div> {if isset($products) AND $products} <ul id="mycarousel" class="jcarousel-skin-tango"> {foreach from=$products item=product name=homeFeaturedProducts} {assign var='productLink' value=$link->getProductLink($product.id_product, $product.link_rewrite)} <li> <h5><a href="{$productLink}" title="{$product.name}">{$product.name|escape:htmlall:'UTF-8'|truncate:45}</a></h5> <a href="{$productLink}" title="{$product.legend}" class="product_image"><img src="{$link->getImageLink($product.link_rewrite, $product.id_image, $imagetype)}" alt="{$product.legend}" /></a> {if $displayname} {/if} {if $displayprice} <p> <span class="price">{displayWtPrice p=$product.price}</span> <input type="submit" name="Submit" value="{l s=''}" class="add_to_cart" /> </p> {/if} </li> {/foreach} </ul> {else} <p>{l s='No products for carousel' mod='homecarousel'}</p> {/if} <!-- /MODULE Home Featured Products --> pour ce tpl , comment integrier vous 4 images arrondi ? en creant des div ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now