Okay como me has dicho aqui esta el codigo html:
Te voy a coger ahora los 3 divs que interesan para que no tengas que rebuscar en el codigo, pero de entrada que este todo para que no falte nada :D
Código:
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US"><head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>Compartir Viaje La forma más Barata de Viajar</title>
<meta name="title" content="Compartir Viaje La forma más Barata de Viajar">
<meta http-equiv="Cache-Control" content="no-cache">
<meta http-equiv="Expires" content="Fri, Jan 01 1970 00:00:00 GMT">
<link href="http://compartirviaje.tk/oc-content/themes/modern/style.css" rel="stylesheet" type="text/css">
<link href="http://compartirviaje.tk/oc-content/themes/modern/tabs.css" rel="stylesheet" type="text/css">
<script type="text/javascript">
var fileDefaultText = 'No file selected';
var fileBtnText = 'Choose File';
</script>
<script type="text/javascript" src="http://compartirviaje.tk/oc-content/themes/modern/js/jquery.js"></script>
<script type="text/javascript" src="http://compartirviaje.tk/oc-content/themes/modern/js/jquery-ui.js"></script>
<script type="text/javascript" src="http://compartirviaje.tk/oc-content/themes/modern/js/jquery.uniform.js"></script>
<script type="text/javascript" src="http://compartirviaje.tk/oc-content/themes/modern/js/tabber-minimized.js"></script>
<script type="text/javascript" src="http://compartirviaje.tk/oc-content/themes/modern/js/global.js"></script>
<script src="https://www.paypalobjects.com/js/external/dg.js" type="text/javascript"></script><!-- Watchlist js --><script type="text/javascript">var watchlist_url = "http://compartirviaje.tk/index.php?page=ajax&action=custom&ajaxfile=watchlist/ajax_watchlist.php" ;</script><script type="text/javascript" src="http://compartirviaje.tk/oc-content/plugins/watchlist/js/watchlist.js"></script><!-- Watchlist js end --><meta name="generator" content="OSClass 3.0.2"> <meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
</head>
<body>
<!-- container -->
<div class="container">
<!-- header -->
<div id="header">
<a id="logo" href="http://compartirviaje.tk/"><img border="0" alt="Compartir Viaje La forma más Barata de Viajar" src="http://compartirviaje.tk/oc-content/themes/modern/images/default-logo.jpg"></a>
<div id="user_menu">
<ul>
<li class="first">
<div class="form_publish3">
<strong class="publish_button3"><a id="login_open" href="http://compartirviaje.tk/index.php?page=login">Conectarse</a></strong>
</div>
·
<div class="form_publish2">
<strong class="publish_button2"><a href="http://compartirviaje.tk/index.php?page=register&action=register">Registrate Gratis</a></strong>
</div>
<form id="login" action="http://compartirviaje.tk/index.php" method="post" style="display: none;">
<fieldset>
<input type="hidden" name="page" value="login">
<input type="hidden" name="action" value="login_post">
<label for="email">E-mail</label><br>
<input id="email" type="text" name="email" value=""><br>
<label for="password">Contraseña</label><br>
<input id="password" type="password" name="password" value=""> <p class="checkbox"><input id="remember" type="checkbox" name="remember" value="1"> <label for="rememberMe">Recordar Cuenta</label></p>
<div class="button" id="uniform-undefined"><span>Entrar<button type="submit" style="opacity: 0;">Entrar</button></span></div>
<div class="forgot">
<a href="http://compartirviaje.tk/index.php?page=login&action=recover">¿Has Olvidado tu Contraseña?</a>
</div>
</fieldset>
</form>
</li>
</ul>
<div class="form_publish">
<strong class="publish_button"><a href="http://compartirviaje.tk/index.php?page=item&action=item_add">Pública tu Viaje Gratis</a></strong>
</div>
Vale aqui esta la parte que interesa:
Código:
<div class="form_publish3">
<strong class="publish_button3"><a id="login_open" href="http://compartirviaje.tk/index.php?page=login">Conectarse</a></strong>
</div>
·
<div class="form_publish2">
<strong class="publish_button2"><a href="http://compartirviaje.tk/index.php?page=register&action=register">Registrate Gratis</a></strong>
</div>
<form id="login" action="http://compartirviaje.tk/index.php" method="post" style="display: none;">
<fieldset>
<input type="hidden" name="page" value="login">
<input type="hidden" name="action" value="login_post">
<label for="email">E-mail</label><br>
<input id="email" type="text" name="email" value=""><br>
<label for="password">Contraseña</label><br>
<input id="password" type="password" name="password" value=""> <p class="checkbox"><input id="remember" type="checkbox" name="remember" value="1"> <label for="rememberMe">Recordar Cuenta</label></p>
<div class="button" id="uniform-undefined"><span>Entrar<button type="submit" style="opacity: 0;">Entrar</button></span></div>
<div class="forgot">
<a href="http://compartirviaje.tk/index.php?page=login&action=recover">¿Has Olvidado tu Contraseña?</a>
</div>
</fieldset>
</form>
</li>
</ul>
<div class="form_publish">
<strong class="publish_button"><a href="http://compartirviaje.tk/index.php?page=item&action=item_add">Pública tu Viaje Gratis</a></strong>
</div>
En cuanto a lo que dices del float, en el css el float esta aplicado a right... a no ser que te refieras a que lo ponga dentro del codigo php no entiendo a que te refieres, Gracias por molestarte en contestar e intentar ayudarme :D