
aqui os pongo una muestra de como quiero que quede
Recordad que para pedir soporte alguno, debéis facilitar los datos de soporte oportunos por favor, mirad aquí y leer las Normas generales del foro, esto nos servirá de ayuda para dar el mejor soporte..
Gracias.
La Administración de phpBB España.
y donde lo pongo o que tengo que cambiar?memoadian escribió:background-attachment:fixed;
Código: Seleccionar todo
body{
background-color:;
etc. etc.
background-attachment:fixed;
}
Código: Seleccionar todo
#container {
position: relative;
width: 100%;
background: url({T_THEME_PATH}/images/bg.jpg) top center repeat-y;
height: auto !important;
height: 100%;
min-height: 100%;
min-width: 956px;
}
#topbarwrapper {
height: 70px;
width: 100%;
background: url({T_THEME_PATH}/images/topbarbg.jpg) top center no-repeat;
background-position: 50% 46px;
min-width: 956px;
}
#topbar {
height: 46px;
width: 100%;
background: url({T_THEME_PATH}/images/topbar.jpg) top center no-repeat;
}
por último actualizar el tema, limpiar el cache del foro y refrescar el navegador para ver los cambios#container {
position: relative;
width: 100%;
background: url({T_THEME_PATH}/images/bg.jpg) top center no-repeat;
background-attachment: fixed;
height: auto !important;
height: 100%;
min-height: 100%;
min-width: 956px;
}