oksi Posted May 14, 2010 Share Posted May 14, 2010 Alguien sabe como podria poner el fondo de los modulos transparentes, asi como la columna central?gracias Link to comment Share on other sites More sharing options...
pasko Posted May 14, 2010 Share Posted May 14, 2010 Hola,Tienes algo sobre este aquí: http://www.prestashop.com/forums/viewthread/35820/modules_tiers/image_transparency_patch_a_testerNo lo he probado.Un saludo. Link to comment Share on other sites More sharing options...
Lauser Posted May 14, 2010 Share Posted May 14, 2010 Te equivocas Pasko.Mira oksi... este el css de una template, concretamente la del left, center y richt column. Observaras que hay unos archivos left.png, leftXX.png, y otros centxx.png. Bien esos png los tienes en la carpeta imagenes de tu template,,,, simplemente crea unos dibuj del mismo tamaño pero transparentes y los suplantas.El modulo que decia pasko es para cuando subes articulos en png que no los convierta a jpg. [code} #left_column, #center_column, #right_column { } #left_main { clear:left; width:202px; float:left; position:relative; } #left_column1 { width:202px; float:left; position:relative; margin-right:10px; /* background-image:url(../img/left1.png);*/ background-repeat:no-repeat; height:30px; margin-top:20px; } #left_column { width:202px; padding-right:0px; padding-left:5px; /* background-image:url(../img/left.png);*/ background-repeat:repeat-y; float:left; position:relative; } #left_column2 { width:202px; margin-right:10px; /*background-image:url(../img/left2.png);*/ height:30px; position:relative; float:left; } /***************************/ #right_main { width:202px; float:right; position:relative; } #right_column1 { width:202px; float:left; position:relative; margin-right:10px; /* background-image:url(../img/left1.png);*/ background-repeat:no-repeat; height:30px; margin-top:20px; } #right_column { width:202px; margin-right:0px; padding-left:5px; /* background-image:url(../img/left.png);*/ float:left; background-repeat:repeat-y; position:relative; } #right_column2 { width:202px; margin-right:10px; /*background-image:url(../img/left2.png);*/ height:30px; position:relative; float:left; } /***************************/ #center_main { margin: 20px 10px 30px 10px; width:555px; float:left; position:relative; } #center_column1 { width: 555px; position:relative; float:left; height:30px; background-image:url(../img/cen1.png); } #center_columnC { width: 555px; position:relative; float:left; background-image:url(../img/cen2.png); background-repeat:repeat-y; } #center_column { width: 550px; padding-left:5px; padding-right:5px; position:relative; float:left; } #center_column2 { width: 555px; position:relative; float:left; height:30px; background-image:url(../img/cen3.png); } /* global RTE fields */ Link to comment Share on other sites More sharing options...
Recommended Posts