ohhhhhhhhhhhh!! nooooo
Al mirar con el navegador, IE y firefox, me sale a la izquierda, pero en el dreamweaver se ve a la derecha!!
Qué hago!?
Código HTML:
<div class="banderitas">
<ul class="languages">
<li class="es"><a href="http://.../es/index.html" class="active"></a></li>
<li class="uk"><a href="http://.../uk/index.html"></a></li>
<li class="al"><a href="http://.../al/index.html"></a></li>
<li class="us"><a href="http://.../us/index.html"></a></li>
</ul>
</div>
Código:
.banderitas {width:670px; height:14px; position:relative; top:30px; margin:0; padding:0; float:both;}
ul.languages {width:85px; height:14px; position:relative; overflow:hidden; list-style:none; float:right;}