[問題] CSS問題
各位大大好!我想詢問一下CSS float的觀念
在網上看到教學說三個框(A,B,C)中的第一個框A向左浮動的話
因為浮動脫離了原本的框架,因此他會覆蓋在B上
像這樣 => B
C
但我實驗卻變這樣 => AB
C
網上內容網址:http://www.w3school.com.cn/css/css_positioning_floating.asp (第3張圖片)
我測試的程式 :
<style>
#test{
width:300px;
border:double 10px black;
}
#A {float:left;}
#B {/*float:left;*/}
#C {/*float:left;*/}
#clear {clear: both; }
</style>
<div id="test">
<img id="A" src="http://upload.wikimedia.org/wikipedia/commons/8/80/A-Caracas.png" width="100px" height="100px" />
<img id="B" src="http://upload.wikimedia.org/wikipedia/commons/a/ab/B-Autonorte.png" width="100px" height="100px" />
<img id="C" src="http://www.mommybknowsbest.com/wp-content/uploads/2010/01/thumb_c.jpg" width="100px" height="100px" />
</div>
--
Aman ia vida 地下飛行
blog: http://luo74128.blogspot.com/2010/07/blog-post.html
我: http://www.wretch.cc/album/luo74128
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 222.126.156.188
→
05/18 10:30, , 1F
05/18 10:30, 1F
→
05/18 10:32, , 2F
05/18 10:32, 2F
→
05/18 10:33, , 3F
05/18 10:33, 3F
→
05/18 10:49, , 4F
05/18 10:49, 4F
推
05/18 14:24, , 5F
05/18 14:24, 5F
推
05/18 14:37, , 6F
05/18 14:37, 6F
→
05/18 14:38, , 7F
05/18 14:38, 7F
討論串 (同標題文章)
Web_Design 近期熱門文章
PTT數位生活區 即時熱門文章