嗨在下面的代碼我想在單行顯示標籤,圖像和輸入,我用內聯塊,但它不工作。現在它逐個顯示。從這個類
HTML
<div class="person_pic">
<label>Please upload your photo</label>
<input type='file' name="image" onchange="readURL(this);" />
<img id="blah" src="#" alt="your image" />
</div>
CSS
.person_pic {
margin-left: 201px;
display: inline-block;
font-weight:bold;
}
.person_pic label{
font-weight:bold;
}
我有一個的jsfiddle,但它似乎是工作http://jsfiddle.net/BrettEast/5qqf80bh/ - 什麼你是在努力做到嗎? – 2015-04-03 06:34:37
看到我的sceren鏡頭 – 2015-04-03 06:59:27