Ver Mensaje Individual
  #5 (permalink)  
Antiguo 01/09/2012, 20:50
Avatar de flashmax
flashmax
 
Fecha de Ingreso: julio-2012
Ubicación: Bs.As. Argentina
Mensajes: 507
Antigüedad: 12 años, 4 meses
Puntos: 86
Respuesta: Crear widget en header wordpress

Ubica en tu estilo css
Código:
div.art-header-jpeg
{
  position: absolute;
  top: 0;
  left:-50%;
  width: 1000px;
  height: 208px;
  background-image: url("../../../wp-content/themes/tema4/images/header.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
y agraga esto a continuación
Código:
div.googlesearch
{
  position: absolute;
  bottom:15px;
  right: 15px;
}

inserta esto dentro del div: <div class="art-header-jpeg">

Código:
<div class="googlesearch"><!-- SiteSearch Google -->
<FORM method=GET action="http://www.google.com/search">
<input type=hidden name=ie value=UTF-8>
<input type=hidden name=oe value=UTF-8>
<TABLE bgcolor="#FFFFFF"><tr><td>
<A HREF="http://www.google.com/">
<IMG SRC="http://www.google.com/logos/Logo_40wht.gif" 
border="0" ALT="Google"></A>
</td>
<td>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT type=submit name=btnG VALUE="Google Search">
<font size=-1>
<input type=hidden name=domains value="http://www.tutorialteca.com/"><br><input type=radio name=sitesearch value=""> WWW <input type=radio name=sitesearch value="http://www.tutorialteca.com/" checked> http://www.tutorialteca.com/<br>
</font>
</td></tr></TABLE>
</FORM>
<!-- SiteSearch Google --></div>