Ver Mensaje Individual
  #8 (permalink)  
Antiguo 08/11/2010, 17:17
Drockipod
 
Fecha de Ingreso: octubre-2010
Mensajes: 26
Antigüedad: 13 años, 6 meses
Puntos: 0
Respuesta: poner imagen de fondo centrada

sige igual, este seria el codigo
Cita:
body{background:url(recursos/Wallpaper.png) repeat-y center 0;}
Bueno no tengo mucho conosimiento pero esto va dentro de

Cita:
<style type="text/css">
</style>
Bueno esto es lo que yo tengo en Style

Cita:
<style type="text/css">
badge {
display: inline-block;
-webkit-border-image: url(cydia://uikit-image/UIButtonBarBadge.png) 0 10 0 10 stretch stretch;
border-width: 0 10;
min-height: 23px;
font-size: 12px;
font-weight: bold;
padding-top: 2px;
color: white;
text-align: center;
}
fieldset > a > div {
position: relative;
}
badge {
position: absolute;
top: -7px;
right: -4px;
}
</style>
<style type="text/css">
a.panel {
color: #586c90;
font-weight: bold;
text-shadow: rgba(255, 255, 255, 0.75) 1px 1px 0;
}
panel > div#version {
color: #4d4d70;
font-size: 12px;
margin-bottom: 9px;
margin-top: -3px;
text-align: center;
}

body{background:url(recursos/Wallpaper.png) repeat-y center 0;}

</style>