21/05/2009, 03:20
|
| | Fecha de Ingreso: junio-2008 Ubicación: Hermosillo, Sonora, México
Mensajes: 32
Antigüedad: 16 años, 6 meses Puntos: 0 | |
Respuesta: como eliminar el scroll Hola Sega, quizas no tenga que ver con lo que preguntaste,
pero creo que debes cambiar la dirección URL de las imagenes que usas como fondo en los siguientes elementos
Debes de manejarte con direcciones relativas, ya que se puede ver que apuntan a una carpeta y archivo de tu ordenador.
Código:
ul#mainlevel-nav li {
padding-left : 9px;
padding-right : 0;
float : left;
font-size : 11px;
line-height : 32px;
white-space : nowrap;
background-image : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/spacer.png);
background-repeat : no-repeat;
background-position : right top;
height : 32px;
color : #ffffff;
Código:
div.back_button {
float : left;
text-align : center;
font-size : 11px;
font-weight : normal;
width : auto;
background : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/bac_btn.png) repeat-x;
line-height : 20px;
margin : 1px;
color : #006600;
width : 99px;
}
Código:
li {
line-height : 15px;
padding-left : 15px;
padding-top : 0;
background-image : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/arrow.png);
background-repeat : no-repeat;
background-position : 0 2px;
}
Código:
.button {
color : #333333;
font-family : verdana, Hevlvetica, sans-serif;
text-align : center;
font-size : 11px;
font-weight : bold;
border : 1px double #ffffff;
width : auto;
background : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/button_bg.png) repeat-x;
background-position : bottom;
padding : 0 5px;
line-height : 18px !important ;
line-height : 16px;
height : 26px !important ;
height : 24px;
margin : 1px;
}
Código:
table.moduletable th, div.moduletable h3 {
background : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/top_mod.png) no-repeat;
background-position : bottom left;
color : #ffffff;
text-align : left;
padding-left : 15px;
height : 20px;
line-height : 20px;
font-weight : bold;
font-size : 12px;
font-family : Verdana, Arial, Helvetica, sans-serif;
margin-top : 0;
margin-bottom : 0;
padding-bottom : 5px;
}
Código:
a.readon, a.readon:visited {
display : block;
width : 100px;
color : #333333;
background-image : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/readon.png);
background-repeat : no-repeat;
background-position : right;
float : right;
padding-top : 3px;
height : 21px;
text-align : center;
}
Código:
td.left {
background-image : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/left.png);
background-repeat : no-repeat;
background-position : right top;
}
Código:
td.right {
background-image : url(file:///C|/Documents and Settings/Sergio/Mis documentos/arreglos/templates/touchthesky/images/right.png);
background-repeat : no-repeat;
background-position : left top;
}
|