sigo buscando ayuda

Hola

Hace algo de tiempo puse un tema en el foro buscando un poco de ayuda para que me pudiesen ayudar con un error d una pagina que estoy tratando de hacer pero sin mucha suerte, el asunto del tema donde solicito ayuda es busco un poco de ayuda, espero me puedan ayudar gracias
hola!

Hace algo de tiempo puse un tema en el foro buscando un poco de ayuda
Indicanos el post que pusiste, o veuelve a plantearlo.
Igual ésta vez hay más suerte.

Saludos manmanu
dragster2020 escribió:Hola

Hace algo de tiempo puse un tema en el foro buscando un poco de ayuda para que me pudiesen ayudar con un error d una pagina que estoy tratando de hacer pero sin mucha suerte, el asunto del tema donde solicito ayuda es busco un poco de ayuda, espero me puedan ayudar gracias

Hola:
Creo que en su spot anterior usted puso estos códigos

/* Layout elements */

/* Fundamentals */

html {
background: #222 url(../images/bg.gif) repeat-x scroll;
font: 0.75em/1.3 Verdana, Helvetica, Arial, Sans-serif;
text-align: justify;
}

/* Body container */

body {
font-size: 15 cm;
margin: 0 auto ;
padding: 0 auto ;
text-align: justify;
width: 955px;
background: #fff url(../images/mainbg.gif) repeat-y;
border-left: 1px solid #000;
border-right: 1px solid #000;
}

/* Links */

a:link, a:visited {
color: #b55555;
text-decoration: underline;
}

a:hover,a:active {
color: #386084;
text-decoration: underline;
}

/* Headings */

h2 {
font: normal 1.6em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
}

h3 {
font: normal 1.5em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
}

h4 {color:red;
font: normal 1.1em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif; margin-top:10px ; margin-bottom:0px ;

margin-left:30px ; margin-right:0px
}

h5 {color:red;
font: normal 1.5em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
}

h6 {color:blue;font:normal 0.7;text-align: right }

/* Lists */

ul {
margin-left: 25px;
padding: 0;
}

li {
list-style-type: square;
}

/* Layout IDs */

/* Header */

#head {
width: 955px;
height: 150px;
}

#head h1 {
margin: 0;
padding: 0;
display: block;
width: 955px;
height: 151px;
background-image: url(../images/head.jpg);
text-indent: -10000px;
}

/* Navigation */

#nav {
margin: 0;
padding: 0;
width: 955px;
height: 31px;
}

/* Navigation list */

#nav ul {
margin: 0 0 0 13px;
padding: 0;
}

#nav li {
float: left;
list-style: none none;
font-size: 0.7em;
margin: 0 0 0 2px;
padding: 3px 0;
text-transform: uppercase;
}

/* Navigation links */

#nav li a:link, #nav li a:visited {
margin: 0;
padding: 3px 0;
display: block;
width: 183px;
color: #222;
background-color: #f3f3f3;
text-decoration: none;
text-align: center;
}

#nav li a:hover, #nav li a:active {
margin: 0;
padding: 3px 0;
display: block;
width: 110px;
color: #111;
background-color: #fefefe;
text-decoration: none;
}

/* Span to change colour */

#nav li a:link span, #nav li a:visited span {
margin: 0;
padding: 0;
color: #5588b5;
text-decoration: none;
}

#nav li a:hover span, #nav li a:active span {
margin: 0;
padding: 0;
color: #5588b5;
text-decoration: none;
}

/* Main content */

#main {
width: 680px;
padding: 15px;
float: left;
}

/* Sidebar */

#sidebar {
width: 190px;
padding: 15px;
float: right;
}

/* Sidebar list links */

#sidebar ul {
margin: 0;
padding: 0;
}

#sidebar li {
margin: 3px 0 0 0;
padding: 0;
list-style-type: none;
}

#sidebar li a:link, #sidebar li a:visited {
display: block;
width: 180px;
padding: 2px 0 2px 5px;
background-color: #f1f1f1;
color: #333;
text-decoration: none;
}

#sidebar li a:hover, #sidebar li a:active {
display: block;
width: 180px;
padding: 2px 0 2px 5px;
background-color: #fcfcfc;
color: #222;
text-decoration: none;
}

/* Footer */

#foot {
margin: 0;
padding: 0;
text-align: center;
clear: both;
}

#foot p {
margin: 0;
padding: 20px 0;
font-weight: bold;
}

y este es el html

<html xmlns="http://www.protekt.com.mx" xml:lang="en" lang="en">

<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<title>Protekt</title>

<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

<meta name="keywords" content="Site keywords here" />
<meta name="description" content="Site description here" />
<meta name="author" content="Your name here" />

<link rel="stylesheet" type="text/css" href="css/style.css" />

</head>

<body>

<div id="head">
<h1>POTEKT.COM.MX</h1>
</div>

<div id="nav">
<ul>
  • <span>LINK</span>
  • <span>LINK</span>
  • <span>LINK</span>
  • <span>LINK</span>
  • <span>LINK</span>

    </div>

    <div id="main">

    [contenido no disponible]
    <h5>Sitio aun en construccion.</h5>
    <h5>Gracias por su comprención.</h5>

    </div>

    <div id="sidebar">

    <ul>
  • LINK
  • LINK
  • LINK
  • LINK





    </div>

    <div id="foot">


    bla bla bla bla </a></p>
    </div>

    </body>

    </html>

    Pero en este sector que le pongo ahora, si usted se fija puso dos medidas diferentes:

    #nav li a:link, #nav li a:visited {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 183px; Acá puso 183 píxeles
    color: #222;
    background-color: #f3f3f3;
    text-decoration: none;
    text-align: center;
    }

    #nav li a:hover, #nav li a:active {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 110px; Y acá puso usted 110 píxeles. Creo debe ser 183
    color: #111;
    background-color: #fefefe;
    text-decoration: none;
    }

    Creo que sin necesidad de modificar nada de lo demás, lo que debiera de hacer es eliminar esos 110 píxeles y ponerle 183 píxeles para que coincidan las medidas.
    Espero esto le solucione
    saludos
    Sugerencia aparte: Debe de tener cuidado cuando utiliza layout, ya que en teoría se les conoce por ser muy estables, pero también tienen sus problemillas
  • Agradecido de los que aprenden enseñando
    Raulyure escribió:
    dragster2020 escribió:Hola

    Hace algo de tiempo puse un tema en el foro buscando un poco de ayuda para que me pudiesen ayudar con un error d una pagina que estoy tratando de hacer pero sin mucha suerte, el asunto del tema donde solicito ayuda es busco un poco de ayuda, espero me puedan ayudar gracias

    Hola:
    Creo que en su spot anterior usted puso estos códigos

    /* Layout elements */

    /* Fundamentals */

    html {
    background: #222 url(../images/bg.gif) repeat-x scroll;
    font: 0.75em/1.3 Verdana, Helvetica, Arial, Sans-serif;
    text-align: justify;
    }

    /* Body container */

    body {
    font-size: 15 cm;
    margin: 0 auto ;
    padding: 0 auto ;
    text-align: justify;
    width: 955px;
    background: #fff url(../images/mainbg.gif) repeat-y;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    }

    /* Links */

    a:link, a:visited {
    color: #b55555;
    text-decoration: underline;
    }

    a:hover,a:active {
    color: #386084;
    text-decoration: underline;
    }

    /* Headings */

    h2 {
    font: normal 1.6em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
    }

    h3 {
    font: normal 1.5em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
    }

    h4 {color:red;
    font: normal 1.1em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif; margin-top:10px ; margin-bottom:0px ;

    margin-left:30px ; margin-right:0px
    }

    h5 {color:red;
    font: normal 1.5em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
    }

    h6 {color:blue;font:normal 0.7;text-align: right }

    /* Lists */

    ul {
    margin-left: 25px;
    padding: 0;
    }

    li {
    list-style-type: square;
    }

    /* Layout IDs */

    /* Header */

    #head {
    width: 955px;
    height: 150px;
    }

    #head h1 {
    margin: 0;
    padding: 0;
    display: block;
    width: 955px;
    height: 151px;
    background-image: url(../images/head.jpg);
    text-indent: -10000px;
    }

    /* Navigation */

    #nav {
    margin: 0;
    padding: 0;
    width: 955px;
    height: 31px;
    }

    /* Navigation list */

    #nav ul {
    margin: 0 0 0 13px;
    padding: 0;
    }

    #nav li {
    float: left;
    list-style: none none;
    font-size: 0.7em;
    margin: 0 0 0 2px;
    padding: 3px 0;
    text-transform: uppercase;
    }

    /* Navigation links */

    #nav li a:link, #nav li a:visited {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 183px;
    color: #222;
    background-color: #f3f3f3;
    text-decoration: none;
    text-align: center;
    }

    #nav li a:hover, #nav li a:active {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 110px;
    color: #111;
    background-color: #fefefe;
    text-decoration: none;
    }

    /* Span to change colour */

    #nav li a:link span, #nav li a:visited span {
    margin: 0;
    padding: 0;
    color: #5588b5;
    text-decoration: none;
    }

    #nav li a:hover span, #nav li a:active span {
    margin: 0;
    padding: 0;
    color: #5588b5;
    text-decoration: none;
    }

    /* Main content */

    #main {
    width: 680px;
    padding: 15px;
    float: left;
    }

    /* Sidebar */

    #sidebar {
    width: 190px;
    padding: 15px;
    float: right;
    }

    /* Sidebar list links */

    #sidebar ul {
    margin: 0;
    padding: 0;
    }

    #sidebar li {
    margin: 3px 0 0 0;
    padding: 0;
    list-style-type: none;
    }

    #sidebar li a:link, #sidebar li a:visited {
    display: block;
    width: 180px;
    padding: 2px 0 2px 5px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    }

    #sidebar li a:hover, #sidebar li a:active {
    display: block;
    width: 180px;
    padding: 2px 0 2px 5px;
    background-color: #fcfcfc;
    color: #222;
    text-decoration: none;
    }

    /* Footer */

    #foot {
    margin: 0;
    padding: 0;
    text-align: center;
    clear: both;
    }

    #foot p {
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    }

    y este es el html

    <html xmlns="http://www.protekt.com.mx" xml:lang="en" lang="en">

    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

    <title>Protekt</title>

    <meta http-equiv="Content-type" content="text/html; charset=utf-8" />

    <meta name="keywords" content="Site keywords here" />
    <meta name="description" content="Site description here" />
    <meta name="author" content="Your name here" />

    <link rel="stylesheet" type="text/css" href="css/style.css" />

    </head>

    <body>

    <div id="head">
    <h1>POTEKT.COM.MX</h1>
    </div>

    <div id="nav">
    <ul>
  • <span>LINK</span>
  • <span>LINK</span>
  • <span>LINK</span>
  • <span>LINK</span>
  • <span>LINK</span>

    </div>

    <div id="main">

    [contenido no disponible]
    <h5>Sitio aun en construccion.</h5>
    <h5>Gracias por su comprención.</h5>

    </div>

    <div id="sidebar">

    <ul>
  • LINK
  • LINK
  • LINK
  • LINK





    </div>

    <div id="foot">


    bla bla bla bla </a></p>
    </div>

    </body>

    </html>

    Pero en este sector que le pongo ahora, si usted se fija puso dos medidas diferentes:

    #nav li a:link, #nav li a:visited {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 183px; Acá puso 183 píxeles
    color: #222;
    background-color: #f3f3f3;
    text-decoration: none;
    text-align: center;
    }

    #nav li a:hover, #nav li a:active {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 110px; Y acá puso usted 110 píxeles. Creo debe ser 183
    color: #111;
    background-color: #fefefe;
    text-decoration: none;
    }

    Creo que sin necesidad de modificar nada de lo demás, lo que debiera de hacer es eliminar esos 110 píxeles y ponerle 183 píxeles para que coincidan las medidas.
    Espero esto le solucione
    saludos
    Sugerencia aparte: Debe de tener cuidado cuando utiliza layout, ya que en teoría se les conoce por ser muy estables, pero también tienen sus problemillas

  • Bueno muchas gracias por la ayuda, apesar de que lo habia revisado varias veces se me paso por completo ese detalle de numeros.
    muchas gracias por la ayuda, esta es una exelente pagina.!!!
    dragster2020 escribió:
    Raulyure escribió:
    dragster2020 escribió:Hola

    Hace algo de tiempo puse un tema en el foro buscando un poco de ayuda para que me pudiesen ayudar con un error d una pagina que estoy tratando de hacer pero sin mucha suerte, el asunto del tema donde solicito ayuda es busco un poco de ayuda, espero me puedan ayudar gracias

    Hola:
    No de las gracias tan rápido, porque seguro que habrá que modificar luego algunas cosas para que vaya funcionando bien. Qizás algún padding o algún margin, pero ya se irá viendo
    Saludos
    Agradecido de los que aprenden enseñando
    Hola a todos,
    Con el permiso de nuestro amigo Raulyure,

    Copia y pega éste código, un poco corregido.
    Comentanos si te ha mejorado.
    Luego los cambios y ajustes, están en tu mano.
    Yo te arreglo la plantilla y tú lo terminas. !!!!!OKEY!!!

    Raulyure, perdonamé amigo.


    Lo veo bien en todos los navegadores.
    Saludos a todos manmanu



    <style type="text/css">
    <!--
    /* Layout elements */
    
    /* Fundamentals */
    
    html {
    background: #222 url(../images/bg.gif) repeat-x scroll;
    font: 0.75em/1.3 Verdana, Helvetica, Arial, Sans-serif;
    text-align: justify;
    }
    
    /* Body container */
    
    body { text-align: center ;height:100% ;
    font-size: 15px;
    margin: 10px auto ;
    padding: 0  ;
    
    width: 955px;
    background-color:#333333;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    }
    
    /* Links */
    
    a:link, a:visited {
    color: #b55555;
    text-decoration: underline;
    }
    
    a:hover,a:active {
    color: #386084;
    text-decoration: underline;
    }
    
    /* Headings */
    
    h2 {
    font: normal 1.6em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
    }
    
    h3 {
    font: normal 1.5em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
    }
    
    h4 {color:red;
    font: normal 1.1em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif; margin-top:10px ; margin-bottom:0px ;
    
    margin-left:30px ; margin-right:0px
    }
    
    h5 {color:red;
    font: normal 1.5em "Century Gothic", Geneva, Helvetica, Arial, Sans-serif;
    }
    
    h6 {color:blue;font:normal 0.7;text-align: right }
    
    /* Lists */
    
    ul {
    margin-left: 25px;
    padding: 0;
    }
    
    li {
    list-style-type: square;
    }
    
    /* Layout IDs */
    
    /* Header */
    
    #head {
    width: 955px;
    height: 150px;
    }
    
    #head h1 {
    margin: 0;
    padding: 0;
    display: block;
    width: 955px;
    height: 151px;
    background-image: url(../images/head.jpg);
    text-indent: -10000px;
    }
    
    /* Navigation */
    
    #nav {
    margin: 0;
    padding: 0;
    width: 955px;
    height: 31px;
    }
    
    /* Navigation list */
    
    #nav ul {
    margin: 0 0 0 0px;
    padding: 0;
    }
    
    #nav li {
    float: left;
    list-style: none none;
    font-size: 0.7em;
    margin: 0 0 0 3px;
    padding: 3px 0;
    text-transform: uppercase;
    }
    
    /* Navigation links */
    
    #nav li a:link, #nav li a:visited {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 183px;
    color: #222;
    background-color: #f3f3f3;
    text-decoration: none;
    text-align: center;
    }
    
    #nav li a:hover, #nav li a:active {
    margin: 0;
    padding: 3px 0;
    display: block;
    width: 183px;
    color: #111;
    background-color: #fefefe;
    text-decoration: none;
    }
    
    /* Span to change colour */
    
    #nav li a:link span, #nav li a:visited span {
    margin: 0;
    padding: 0;
    color: #5588b5;
    text-decoration: none;
    }
    
    #nav li a:hover span, #nav li a:active span {
    margin: 0;
    padding: 0;
    color: #5588b5;
    text-decoration: none;
    }
    
    /* Main content */
    
    #main {
    width: 680px;
    padding: 15px;
    float: left;
    }
    
    /* Sidebar */
    
    #sidebar {
    width: 190px;
    padding: 15px;
    float: right;
    }
    
    /* Sidebar list links */
    
    #sidebar ul {
    margin: 0;
    padding: 0;
    }
    
    #sidebar li {
    margin: 3px 0 0 0;
    padding: 0;
    list-style-type: none;
    }
    
    #sidebar li a:link, #sidebar li a:visited {
    display: block;
    width: 180px;
    padding: 2px 0 2px 5px;
    background-color: #f1f1f1;
    color: #333;
    text-decoration: none;
    }
    
    #sidebar li a:hover, #sidebar li a:active {
    display: block;
    width: 180px;
    padding: 2px 0 2px 5px;
    background-color: #fcfcfc;
    color: #222;
    text-decoration: none;
    }
    
    /* Footer */
    
    #foot {
    margin: 0;
    padding: 0;
    text-align: center;
    clear: both;
    }
    
    #foot p {
    margin: 0;
    padding: 20px 0;
    font-weight: bold;
    } 
    
    
    
    
    #todoloquetenemosquecontener{ background-color:#FFFFFF;text-align: center ;height:100% ; width:955px; height:1000px}
    -->
    </style>
    
    
    
    
    
    
    
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    
    <title>Protekt</title>
    
    <meta http-equiv="Content-type" content="text/html; charset=utf-8" >
    
    <meta name="keywords" content="Site keywords here" >
    <meta name="description" content="Site description here" >
    <meta name="author" content="Your name here" >
    
    <link rel="stylesheet" type="text/css" href="css/style.css" >
    
    </head>
    
    <body>
    <div id="todoloquetenemosquecontener">
    <div id="head">
    <h1>POTEKT.COM.MX</h1>
    </div>
    
    <div id="nav">
    <ul>
    [*][url="index.html"]<span>LINK</span>[/url]
    [*][url="galeria.html"]<span>LINK</span>[/url]
    [*][url="#"]<span>LINK</span>[/url]
    [*][url="plantilla.html"]<span>LINK</span>[/url]
    [*][url="plantilla.html"]<span>LINK</span>[/url]
    [/list]
    </div>
    
    <div id="main">
    
    [img]images/const012.gif[/img]
    <h5>Sitio aun en construccion.</h5>
    <h5>Gracias por su comprenci&oacute;n.</h5>
    
    </div>
    
    <div id="sidebar">
    
    <ul>
    [*][url="templadoolaminado.html"]LINK[/url]
    [*][url="ofrecemos.html"]LINK[/url]
    [*][url="productos.html"]LINK[/url]
    [*][url="plantilla.html"]LINK[/url]
    
    [/list]
    
    
    
    </div>
    
    <div id="foot">
    
    
    bla bla bla bla </p>
    </div>
    </div>
    
    </body>
    
    </html> 
    manmanu escribió:Hola a todos,
    Con el permiso de nuestro amigo Raulyure,

    Copia y pega éste código, un poco corregido.
    Comentanos si te ha mejorado.
    Luego los cambios y ajustes, están en tu mano.
    Yo te arreglo la plantilla y tú lo terminas. !!!!!OKEY!!!

    Raulyure, perdonamé amigo.


    Lo veo bien en todos los navegadores.
    Saludos a todos manmanu

    Hola:
    No se preocupe usted manmanu, que el permiso siempre lo tiene, por eso le dije a dragster que no diera las gracias tan rápido, porque yo ya veía que en "algún" navegador fallaba, pero mi intención era ir de a poco con los códigos, (fuera del tiempo de que dispongo, cosas de la sobrevivencia).
    Así que le agradezco su aporte mas rápido al problema.
    Saludos
    Agradecido de los que aprenden enseñando
    Hola a todos,

    Raulyure escribió:No se preocupe usted manmanu, que el permiso siempre lo tiene


    !!!!!Thank you very much!!!!!!


    Saludos manmanu
    manmanu escribió:Hola a todos,

    Raulyure escribió:No se preocupe usted manmanu, que el permiso siempre lo tiene


    !!!!!Thank you very much!!!!!!


    Saludos manmanu

    Hola, el diseño de como ha quedado me gusta mucho pero para un extenso contenido se ma hace mas comodo tener el fondo blanco porque no es tan dificil de leer pero la difuminacion del negro que me enviaron va mejor con el diseño de la pagina y no encontre problemas con IE ni con mozila todo esta bien

    gracias por su ayuda