Buenas, estoy intentando hacer una cabecera para el Drupal y no me muestra todas las imágenes que le inserto :S os dejo los códigos:
Código HTML:
Ver original<div id="cabecera" style="text-align:center"> <a href="index.php"><div class="logo"></div></a> <form name="form1" class="search" method="get" action="buscador.php" onSubmit="MM_validateForm('epig','','R');return document.MM_returnValue"> <input name="busqueda" type="text" class="search_form" size="30" src="http://hostplanet.es/imgb/form_busqueda.png" /> <input type="image" name="btnbusqueda" class="btnbusqueda" src="http://hostplanet.es/imgb/boton_buscar.png" />
Código CSS:
Ver original#cabecera{
width:652px;
height:172px;
margin:0 auto;
margin-top:36px;
}
.logo{
height:172px;
width:172px;
background-image:url(../images/logo.png);
float:left;
}
#buscador{
height:172px;
width:480px;
background-image:url(../images/background_buscador.png);
margin-left:172px;
}
.search_form{
height:25px;
width:235px;
margin:64px 5px 0 70px;
}
.btnbusqueda{
height:25px;
width:122px;
margin:0 11px;
padding-top:
}
Gracias y un saludo