Ver Mensaje Individual
  #1 (permalink)  
Antiguo 10/07/2012, 20:31
Avatar de davicho2000
davicho2000
 
Fecha de Ingreso: septiembre-2006
Mensajes: 160
Antigüedad: 17 años, 8 meses
Puntos: 1
El modulo de ultimos productos de virtuemart no se muestra completo

hola, estoy haciendo una seccion de mi web en joomla, de ultimos productos agregados, ya hice muchas modificaciones al CSS, pero aun no se ve completo
este es el enlace de la seccion

http://artfactory.ws/index.php/sitio/ultimos-agregados

como pueden ver una playera de ve incompleta, el modulo se llama

mod_virtuemart_prodsilde

les dejo el CSS, ojala me puedan ayudar :)

Cita:
/*
anythingSlider v1.0

By Chris Coyier: http://css-tricks.com
with major improvements by Doug Neiner: http://pixelgraphics.us/
based on work by Remy Sharp: http://jqueryfordesigners.com/
*/


.anythingSlider2 { position: relative; margin: 0 auto; }
.anythingSlider2 .wrapper { overflow: hidden;margin: 0px; position: absolute; top: 0; left: 0; }
.anythingSlider2 .wrapper ul { width: 99999px; list-style: none; position: absolute; top: 0; left: 30px; margin: 0;margin-top:0px; }
.anythingSlider2 ul li { display: block; float: left; padding: 0;width: 680px; margin: 0; }
.anythingSlider2 .arrow { display: block; position: absolute; top: 250px; cursor: pointer;width:7px;height:12px;}
.anythingSlider2 .forward { background: url(../images/next.jpg) no-repeat 0 0; text-indent: -9999px; right:12px;top:-5px;#top:-11px}
.anythingSlider2 .back { background: url(../images/back.jpg) no-repeat 0 0; text-indent: -9999px; right:23px;top:-5px;#top:-11px }
.anythingSlider2 .forward:hover { background: url(../images/next_hover.jpg) no-repeat 0 0;}
.anythingSlider2 .back:hover { background: url(../images/back_hover.jpg) no-repeat 0 0; }


#thumbNav { position: relative; top: -3px; text-align: right !important;margin-right:40px;#top:-9px; }
#thumbNav a { display: inline-block;height: 7px;width:7px; margin: 0 5px 0 0; background:url(../images/number.jpg) no-repeat 0 0;text-indent: -9999px;}
#thumbNav a:hover { background:url(../images/number_cur.jpg) no-repeat 0 0; text-indent: -9999px;}
#thumbNav a.cur { background:url(../images/number_cur.jpg) no-repeat 0 0; text-indent: -9999px;}
/*
Prevents
*/
.anythingSlider2 .wrapper ul ul { position: static; margin: 0; background: none; overflow: visible; width: auto; border: 0; }
.anythingSlider2 .wrapper ul ul li { float: none; height: auto; width: auto; background: none; }
.lastProductBox{
width:200px;
float:left;
margin-right:15px;
height:340px;
}
.last{
margin-right:0px !important;
}
.lastProductImage{
text-align:center;
}
.lastProductImage{
background-color:#ebeae8;
border:1px solid #c6c6c6;
padding:0px;
margin-bottom:5px;
cursor:pointer;
}
.lastProductImage a{
border:1px solid #a7a9aa;
background-color:#fff;
height:200px;
display:block;
text-align:center;
overflow:hidden;
}
.lastProductName{
text-align:center;
color:#3c3c3c;
font-weight:bold;
padding-bottom:10px;
}
.lastProductDesc{
height:60px;
}
.lastProductDetail{
text-align:center;
}
.lastProductDetail a,.lastProductDetail a:visited{
display:block;
margin:0 auto;
width:120px;
height:23px;
background-image:url(../images/product_details.jpg);
background-repeat:no-repeat;

}
.lastProductDetail a:hover{
background-image:url(../images/product_details_hover.jpg);
}
.imghover{
border:1px solid #003366;
background-color:#fff;
}
a.lastProductCategory,a.lastProductCategory:visite d{
color:#000000 !important;
text-transform:uppercase;
}
a.lastProductCategory:hover{
color:#003366 !important;
}
#start-stop{display:none;}