我有一個小問題,我的CSS,我無法對齊圖像與文本輸入字段。該網站是活在http://jocolina.com/picemon/pokelocator.phpCSS與輸入對齊圖像
的CSS我對文字輸入和圖像:
#loginUTC{
width:30%;
height: 60px;
font-family: Verdana;
font-size: 30px;
text-align:center;
font-weight: bold;
/*margin: 0 auto;*/
border-color: #336688;
}
#magniIMG{
display: inline;
height: 60px;
cursor: pointer;
}
#locator{
margin: 0 auto;
text-align:center;
height:60px;
}
哪裏loginUTC是文字輸入,magniIMG是我要與輸入到褐藻膠的形象,定位器是兩個元素都在的div。
這將打破雖然在流體佈局。 –
會發生什麼,如果它走到左邊 –