Ver Mensaje Individual
  #3 (permalink)  
Antiguo 27/03/2013, 19:23
SathyaSanles
 
Fecha de Ingreso: marzo-2013
Ubicación: Neuquén Capital
Mensajes: 111
Antigüedad: 11 años, 2 meses
Puntos: 8
Respuesta: Acomodar elemento en un div

Te recomiendo usar CSS para eso..

Código CSS:
Ver original
  1. <style>
  2. #hmenu{
  3. float:left;
  4. }
  5. #menu-wrapper h4{
  6. float: right;
  7. }
  8. </style>


Comenta si te funciona! :) Saludos