Búsqueda en el Foro:
Buscar


Autor Mensaje
Mensaje10-12-2011, 19:53 (UTC)    
Título del mensaje: [Resuelto] Quiero poner un encabezado en mi web y no se como

Me gustaría poner un encabezado adaptado a la web abajo del menú de arriba horizontal.
No sé como poner el código :S Os paso el código css sin tag:




Código:
lli.nav_element{display: none;}
li.nav_element a{display: none;}
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element{display: none;}



/*
Template name: Shades of Gray
Template URI: http://templates.arcsin.se/shades-of-gray-website-template/
Release date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/

/* standard elements */
* {
   margin: 0;
   padding: 0;
}

a {text-decoration: none;}

body {
   background: #000000 url(http://i44.tinypic.com/3508gfr.jpg) repeat-y center top;
   color: #003300;
   font: normal 72.5% "verdana",verdana;
}

p,ul {
   font-size: 1.3em;
   padding-bottom: 1.2em;
}

blockquote {font: bold 1em sans-serif;}

code {
   background: #990000;
   display: block;
   font-size: 12px;
   margin: 0 10px 12px;
   overflow: auto;
   padding: 8px 10px;
   white-space: pre;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 1.7em arial;}
h2 {
   font: bold 1.7em arial,sans-serif;
   padding-bottom: 4px;
}

/* misc */
.clearer {clear: both;}
.stripes {
   background: #cccccc url();
   height: 10px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
   background: #ffffff;
   border-bottom: 1px solid #ffffff;
   font: normal 2em sans-serif;
   height: 120px;
}
.header a {
   color: #ffffff;
   display: block;
   line-height: 120px;
   text-decoration: none;
   width: 100%;
}
.header span {padding-left: 32px;}
.header a:hover {
   background: #ffffff;
   color: #ffffff;
}

/* structure */
.container {
   border: 3px solid #ffffff;
   border-top: none;
}

.main {
   background: #ffffff;
   border-bottom: 1px solid #ffffff;
   border-left: 1px solid #ffffff;
}
.main .left {width: 64%;}
.main .right {width: 36%;}

.content {
   border-left: 1px solid #ffffff;
   border-top: 1px solid #cccccc;
   padding: 16px;
}

/* content elements */
.content h1 {
   background: url(URL) repeat-x left bottom;
   color: #ffffff;
   margin-bottom: 10px;
   padding: 6px 0 4px;
}
.content a {
   color: #ffffff;
   text-decoration: underline;
}
.content a:hover {color: #ffffff;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #ffffff url(http://i39.tinypic.com/x2rnm8.jpg);}
.nav a {
   background: #ffffff url(http://i39.tinypic.com/x2rnm8.jpg);
   border-right: 1px solid #161616;
   color: #ffffff;
   float: left;
   font: bold 1em Verdana,sans-serif;
   line-height: 51px;
   padding: 0 20px;
}
.nav a:hover {
   background: #0099FF url(http://i40.tinypic.com/vuf5u.jpg);
}

/* sub-navigation */
.subnav {
   background: #99CCFF;
   border: 1px solid #FF0000;
   border-top-color: #FF0000;   
   padding: 12px;
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
   background: url(http://i42.tinypic.com/2hy9wdg.jpg) no-repeat left bottom;
   list-style: none;
   margin: 0;
}
.subnav li a {
   color: #777;
   line-height: 2.4em;
   padding-left: 18px;
   text-decoration: none;
}
.subnav li a:hover {color: #FF0000;}

/* footer */
.footer {
   background: #003366;
   border-top: 1px solid #000000;
   color: #FFFFFF;
   padding: 3% 3% 1%;
}
.footer ul {
   border-top: 1px solid #000000;
   margin: 0;
}
.footer li {
   border-bottom: 1px solid #0000006;
   list-style: none;
}
.footer li a {
   display: block;
   line-height: 2em;
   padding-left: 4%;
   width: 96%;
}
.footer a {color: #CCCCCC;}
.footer a:hover {
   color: #CCCCCC;
   background: #222;
}
.col3,.col3center {
   float: left;
   width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
   color: #FF0099;
   clear: both;
   font-size: 1.1em;
}
.bottom a, .bottom .right a:hover {color: #FFFFFF;}
.bottom .right, .bottom .right a {color: #FFFFFF;}


Ultima edición por letrashiphop el Dom Dic 11, 2011 11:07 am; editado 1 vez
Mensaje10-12-2011, 20:29 (UTC)    
Título del mensaje: Re: Quiero poner un encabezado en mi web y no se como.

Ahy una forma mucho mas sencilla

Copia la imagen que quieras de encabesado en tu editot HTML , luego pones centrar , y copias el codigo de fuente de la img y lo que modificaste , luego vas a editar diseño , y pegas ese codigo arriba de El codigo que tienes En "Por ensima de la pagina" y ahy queda

PD: Es una forma mas facil , obio que ahy otras para aserlo mediante el CSS
Mensaje10-12-2011, 20:42 (UTC)    
Título del mensaje: Re: Quiero poner un encabezado en mi web y no se como.

Hola.

Tu plantilla no biene integrada con un Header para un Cabezal, es decir mas facil, tu plantilla no tiene para poner un cabezal si es que editando el css y con html se puede, pero bueno.
______________
Es una reina, es una reina, fiesta fiesta. Tito el bambino
Mensaje11-12-2011, 10:24 (UTC)    
Título del mensaje: :D

Vale ! hice lo de poner la imagen arriba de la página y sale la imagen perfectamente jeje. GRACIAS !
Mostrar mensajes anteriores:   


Powered by phpBB © 2001, 2005 phpBB Group