Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/06/2010, 19:07
Avatar de ferwall
ferwall
 
Fecha de Ingreso: abril-2010
Mensajes: 57
Antigüedad: 14 años
Puntos: 3
Respuesta: ****** GRRRR!

jajaja boicot!! =P

aca va el codigo HTML

Código HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="Keywords" content="delivery, 2, segundos, comidas para llevar, lomos, pizza, empanadas, pollos, tacos" />
<meta name="Description" content="guia de deliveries" />
<meta name="Author" content="fernando lo bello" />
<meta name="Subject" content="2 segundos delivery" />
<meta name="Language" content="es" />
<meta name="Robots" content="index, follow" />
<link rel="stylesheet" type="text/css" href="estilos.css" />
<link rel="shortcut icon" href="imagenes/logochikito.JPG" type="image/ico" media="screen"/>
<link href='http://fonts.googleapis.com/css?family=Reenie+Beanie' rel='stylesheet' type='text/css'>
<title>2 Segundos Delivery</title>
</head>
<body>
<div id="contenedor">
<div id="cabecera">
  <p><img src="imagenes/letra-b-cristal.gif" alt="letra b" width="44" height="44" />
<img src="imagenes/letra-i-cristal.gif" alt="letra i" width="44" height="44" />
<img src="imagenes/letra-e-cristal.gif" alt="letra e" width="44" height="44" />
<img src="imagenes/letra-n-cristal.gif" alt="letra n" width="44" height="44" />
<img src="imagenes/letra-v-cristal.gif" alt="letra v" width="44" height="44" />
<img src="imagenes/letra-e-cristal.gif" alt="letra e" width="44" height="44" />
<img src="imagenes/letra-n-cristal.gif" alt="letra n" width="44" height="44" />
<img src="imagenes/letra-i-cristal.gif" alt="letra i" width="44" height="44" />
<img src="imagenes/letra-d-cristal.gif" alt="letra d" width="44" height="44" />
<img src="imagenes/letra-o-cristal.gif" alt="letra o" width="44" height="44" />
<img src="imagenes/letra-s-cristal.gif" alt="letra s" width="44" height="44" /></p></div>
<div id="contenido">
a www.2segundosdelivery.com.ar en este sitio podrán encontrar los mejores deliveries de la zona centro y gran consultar los menúes que incluyen las variedades de comidas y sus respectivos precios actuales!</div>
<div id="menu">
<p>CIUDAD<br />GODOY CRUZ<br />GUAYMALLEN<br />LAS HERAS<br />LUJAN<br />MAIPU</p></div>
<div id="buscador">
<form action="http://search.freefind.com/find.html" method="get">
<p>
                    <input type="hidden" name="si" value="48454822" />
                    <input type="hidden" name="pid" value="r" />
                    <input type="hidden" name="n" value="0" />
                    <input type="hidden" name="_charset_" value="" />
                    <input type="hidden" name="bcd" value="&divide;" />
                    <input type="text" name="query" size="40" />
                    <input name="submit" type="submit" value="Buscar" /></p>
  </form>
<a href="http://www.freefind.com">Site search by freefind</a></div>
<div id="pie">
<ul>
    <li class="piepag"><a href="">Quienes Somos?</a></li>
    <li class="piepag"><a href="">Publicar en el sitio</a></li>
    <li class="piepag"><a href="">Aviso Legal</a></li>
    <li class="piepag"><a href="">Ayuda</a></li>
  </ul></div>
<div id="diseño">
<p>© 2010 Designed by - 2 Segundos Delivery</p></div>
</div>
</body>
</html> 
CSS

Código:
body {height: 100%; 
width: 100%; 
background-color:#d3511f;
min-width:975px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
margin-top:0px;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#FFFFFF
}
#cabecera, #contenido, #menu, #pie, #buscador, #diseño {
height:auto;
position:relative;
}
#cabecera, #contenido {
float:right
}
#contenedor {
background-image:url(imagenes/fondogrande.JPG);
height:920px;
width:975px ;
margin-left:auto;
margin-right:auto;
margin-top:auto;
margin-bottom:auto;
position:relative
}
#cabecera {
	width: 548px;
	top:20px;
	margin-right:45px
}
#contenido {
	width: 612px;
	font-size: 20px;
	text-align:justify;
	top:50px;
	margin-right:20px
}
#menu {
	font-size:35px;
	width: 270px;
	top:420px;
	left:20px;
	font-family: "Reenie Beanie";
}
#buscador {
	width:200px;
	font-size:10px;
	left:20px;
	top:50px
}
#pie {
	width: 934px;
	top:475px;
	left:25px
}
.piepag {
list-style:none;
float:left;
margin-left:50px;
margin-right:50px;
font-size: 15px;
}
#diseño {
	font-size: 8px;
	width:200px;
	top:500px;
	left:400px
}
a:link {text-decoration:none;font-weight: normal;color:#FFF}
a:visited {text-decoration:none;font-weight: normail;color:#FFF} 
a:hover {text-decoration:none;font-weight: normal;color:#000;}