Foros del Web » Creando para Internet » CSS »

como eliminar el scroll

Estas en el tema de como eliminar el scroll en el foro de CSS en Foros del Web. Hola tengo que eliminar el scroll que aparrece en la pagina la cosa es que en FIREFOX no apare pero en IE si este es ...
  #1 (permalink)  
Antiguo 20/05/2009, 09:15
 
Fecha de Ingreso: agosto-2008
Mensajes: 168
Antigüedad: 15 años, 8 meses
Puntos: 0
como eliminar el scroll

Hola tengo que eliminar el scroll que aparrece en la pagina la cosa es que en FIREFOX no apare pero en IE si este es el url casosltda.com me podrian ayudar con eso gracias:::.
  #2 (permalink)  
Antiguo 20/05/2009, 11:20
Avatar de Mikmoro
Colaborador
 
Fecha de Ingreso: octubre-2006
Ubicación: K-pax
Mensajes: 7.228
Antigüedad: 17 años, 6 meses
Puntos: 280
Respuesta: como eliminar el scroll

¿Quizá se deba a esto al principio de tu código?

<table border="0" cellpadding="0" cellspacing="0" width="139%">
  #3 (permalink)  
Antiguo 21/05/2009, 03:20
 
Fecha de Ingreso: junio-2008
Ubicación: Hermosillo, Sonora, México
Mensajes: 32
Antigüedad: 15 años, 10 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;
}
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 11:27.