Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje13-07-2011, 21:27 (UTC)    
Título del mensaje: Quien me soluciona este Problema?

Eh tenido un problema de que estube molestando con el diseño,me eh puesto a buscar siempre qe visito una pagina,los Form,Tables etc para colocarlos en el Css de mi web , pero empeze a tener un problema , Ahora en todas las Paginas notaran que aparece los cuadros de Iniciar Secion , pero yo no eh colocado para qe accedan :_-

Les dejo unas vistas Previas ; http://brianpwg.es.tl/inicio.htm ( hay notaran que a la derecha en el Box donde sale Visualizacion blababal, Notaran que no se enota muy bien pero sale hay )

http://brianpwg.es.tl/Ver_Desplegables.htm
http://brianpwg.es.tl/T%EDtulo-de-la-nueva-p%E1gina.htm
http://brianpwg.es.tl/Sugerencias.htm

y bueno y en toda la web, Ojala qe alguien me ayuda -.- saludos
Mensaje13-07-2011, 21:49 (UTC)    
Título del mensaje: Re: Quien me soluciona este Problema?

brianpwg escribió:
Eh tenido un problema de que estube molestando con el diseño,me eh puesto a buscar siempre qe visito una pagina,los Form,Tables etc para colocarlos en el Css de mi web , pero empeze a tener un problema , Ahora en todas las Paginas notaran que aparece los cuadros de Iniciar Secion , pero yo no eh colocado para qe accedan :_-

Les dejo unas vistas Previas ; http://brianpwg.es.tl/inicio.htm ( hay notaran que a la derecha en el Box donde sale Visualizacion blababal, Notaran que no se enota muy bien pero sale hay )

http://brianpwg.es.tl/Ver_Desplegables.htm
http://brianpwg.es.tl/T%EDtulo-de-la-nueva-p%E1gina.htm
http://brianpwg.es.tl/Sugerencias.htm

y bueno y en toda la web, Ojala qe alguien me ayuda -.- saludos


ES SIMPLE QUITARLO, PERO ES ALGO DIFICIL.

SOLO DEBES ENCONTRAR EL CODIGO CSS EXACTO QUE PROPORCIONA ESE INICIO DE SECION.

SI TE GUSTARA OTRA PLANTILLA PUEDES ENTRAR A:

http://plantillasparapwg.es.tl/


Ultima edición por plantillasparapwg el Mie Jul 13, 2011 5:54 pm; editado 1 vez
Mensaje13-07-2011, 22:08 (UTC)    
Título del mensaje:

Busca este codigo en tu CSS

Código:

.login-box { width: 540px; }

#login-menu {
   background: url(http://www.speedtest.net/images/intl-st-sprite.png) 0 0 no-repeat;
   width: 116px;
   height: 20px;
}

#login-menu:hover { background: url(http://www.speedtest.net/images/intl-st-sprite.png) -117px 0 no-repeat; }

#lang { margin: 11px 14px 0 0; }

.login-box .pw-help { float: left; width: 320px; height: 14px; margin: 0; }
.login-box .pw-help label { float: left; width: 133px; font-size: 10px; line-height: 14px; }
.login-box label { line-height: 12px; }

#form-submit-login-menu {
   top: 8px;
   left: 55px;
   background: url(http://www.speedtest.net/images/st-sprite.png) -352px -366px no-repeat;
   width: 142px;
   height: 27px;
}

#form-submit-login-menu input {
   width: 103px;
   background: url(http://www.speedtest.net/images/st-sprite.png) -372px -370px no-repeat;
}

#form-submit-login-menu input:hover { background: url(http://www.speedtest.net/images/st-sprite.png) -515px -370px no-repeat; cursor: pointer; }
#form-submit-login-menu input:active { background: url(http://www.speedtest.net/images/st-sprite.png) -658px -370px no-repeat; }
    .drop-shadow {
       position:relative;
       width:90%;
    }

    .drop-shadow:before,
    .drop-shadow:after {
       content:"";
       position:absolute;
       z-index:-1;
    }


Y borralo

Salu2
______________
Miguel García | Desarrollador web freelance
Mensaje13-07-2011, 22:34 (UTC)    
Título del mensaje:

solamente-sencillo escribió:
Busca este codigo en tu CSS

Código:

.login-box { width: 540px; }

#login-menu {
   background: url(http://www.speedtest.net/images/intl-st-sprite.png) 0 0 no-repeat;
   width: 116px;
   height: 20px;
}

#login-menu:hover { background: url(http://www.speedtest.net/images/intl-st-sprite.png) -117px 0 no-repeat; }

#lang { margin: 11px 14px 0 0; }

.login-box .pw-help { float: left; width: 320px; height: 14px; margin: 0; }
.login-box .pw-help label { float: left; width: 133px; font-size: 10px; line-height: 14px; }
.login-box label { line-height: 12px; }

#form-submit-login-menu {
   top: 8px;
   left: 55px;
   background: url(http://www.speedtest.net/images/st-sprite.png) -352px -366px no-repeat;
   width: 142px;
   height: 27px;
}

#form-submit-login-menu input {
   width: 103px;
   background: url(http://www.speedtest.net/images/st-sprite.png) -372px -370px no-repeat;
}

#form-submit-login-menu input:hover { background: url(http://www.speedtest.net/images/st-sprite.png) -515px -370px no-repeat; cursor: pointer; }
#form-submit-login-menu input:active { background: url(http://www.speedtest.net/images/st-sprite.png) -658px -370px no-repeat; }
    .drop-shadow {
       position:relative;
       width:90%;
    }

    .drop-shadow:before,
    .drop-shadow:after {
       content:"";
       position:absolute;
       z-index:-1;
    }


Y borralo

Salu2


El error sigue , :_
Mensaje13-07-2011, 22:39 (UTC)    
Título del mensaje:

Pasame tu codig de texto por encima de la pagina

Salu2
______________
Miguel García | Desarrollador web freelance
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group