Bonjour,
Voici mon problème :
http://www.dartag.fr/www//index.php?page=shop.browse&category_id=1&option=com_virtuemart&Itemid=1
Lorsque l'on survol un article la div change de background. Cependant elles se chevauchent. Je souhaiterais qu'elles occupent toute la largeur de la page et sans se superposer.
Voici mon code :
Le CSS:
----------
Le code html :
------------------
Merci d'avance
Modifié par archimede49 (14 Aug 2007 - 15:51)
Voici mon problème :
http://www.dartag.fr/www//index.php?page=shop.browse&category_id=1&option=com_virtuemart&Itemid=1
Lorsque l'on survol un article la div change de background. Cependant elles se chevauchent. Je souhaiterais qu'elles occupent toute la largeur de la page et sans se superposer.
Voici mon code :
Le CSS:
----------
#affichage_produits a{
color: #000000;
display:block;
position:relative;
margin-left:-10px;
left:10px;
top:10px;
width:150px;
height:250px;
text-align:center;
font-size: 12px; text-decoration: none;
background-repeat : no-repeat;
}
#affichage_produits a:hover{
color: #000000;
display:block;
position:relative;
margin-left:-10px;
left:10px;
top:10px;
width:150px;
height:250px;
text-align:center;
font-size: 12px; text-decoration: none;
background-image : url(http://www.dartag.fr/www/templates/red_evolution_twenty_nine/images/fond-produits.jpg);
background-repeat : no-repeat;
}
Le code html :
------------------
<div id=affichage_produits>
<a href="{product_flypage}" title="{product_name}">
{product_name}
<br/><br/>
<img src="{product_thumb_image}" {image_height} {image_width} border="0" alt="{product_name}" />
<br/>
<p>{product_s_desc}</p>
<br/>
<table width='100%'><TR><TD align='left'>{form_addtocart}</TD><TD align='right'>{product_price}</TD></TR></table></p>
</a>
</div>
Merci d'avance
Modifié par archimede49 (14 Aug 2007 - 15:51)