我剛剛開始掌握HTML。我無法設法將此對齊,這是菜單的一部分。我基本上希望它將搜索框對齊到右側,所以它看起來像Facebook或類似的東西。直到現在我一直在使用填充,但我無法再繼續下去。如何將此搜索框對齊到右側?
<li id="search-10" class="widget_search">
<form role="search" method="get" action="http://chusmix.com/">
<div>
<input class="ubicacion" type="text" value="" name="s" id="s">
<input type="submit" id="searchsubmit" value="Ir a Ciudad"/>
</div>
</form></li>
感謝
添加'浮動:right'或'右:0;'你'.widget_search' CSS類 – cristian 2010-12-15 15:37:26
我的問題可以幫助你 http://stackoverflow.com/questions/21117707/how-to- align-one-form-element-within-a-li-with-the-other-li – Jammi 2014-01-14 16:11:13