05/01/2009, 11:08
|
| | Fecha de Ingreso: septiembre-2008
Mensajes: 58
Antigüedad: 16 años, 4 meses Puntos: 0 | |
imagen de fondo que no se repita hola como estan
la unika duda es ke si me pueden decir como hacerle para que no se repita la imagen de fondo
es que tengo un logo, y poes una parte se repite
hay alguna manera o codigo para que no se repita el logo o que la imagen dependiendo de el tamaño de la resolucion que tengan, el logo se adecue a esa rasolucion??
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>uddipo</title>
<style type="text/css">
<!--
a:link {
text-decoration: underline;
}
a:visited {
text-decoration: underline;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: underline;
}
body {
background-color: #23418A;
background-image: url();
margin-top: 0px;
}
.Estilo1 {color: #99CC00}
-->
</style>
<link href="uddipo.css" rel="stylesheet" type="text/css" />
</head>
<body bgproperties=fixed>
<table width="100%" height="136" border="0" align="center" background="objetos/imagenes/logo.jpg" >
<tr>
<th height="119" valign="bottom" scope="col"><h3 align="center" class="texto"> </h3>
<p align="center" class="texto"><span class="Estilo1"><a href="inicio.html" target="mainFrame"><img src="objetos/imagenes/imagenesdemenus/inicio.PNG" width="100" height="36" border="0" /></a><a href="cursos.html" target="mainFrame"><img src="objetos/imagenes/imagenesdemenus/cursos.PNG" width="100" height="36" border="0" /></a><a href="talleres.html" target="mainFrame"><img src="objetos/imagenes/imagenesdemenus/talleres.PNG" width="100" height="36" border="0" /></a><a href="eventosespeciales.html" target="mainFrame"><img src="objetos/imagenes/imagenesdemenus/eventosespeciales.PNG" width="100" height="36" border="0" /></a><a href="consultas.html" target="mainFrame"><img src="objetos/imagenes/imagenesdemenus/consultas.PNG" width="100" height="36" border="0" /></a><a href="socios.html" target="mainFrame"><img src="objetos/imagenes/imagenesdemenus/socios.PNG" width="100" height="36" border="0" /></a><a href="informacion.html" target="mainFrame"><img src="objetos/imagenes/imagenesdemenus/informacion.PNG" width="100" height="36" border="0" /></a></span></p></th>
</tr>
</table>
</body>
</html>
este es el codigo que tengo, la imagen la tengo en una tabla
gracias. |