可以有一個人請告訴我,我怎樣才能使這個兩個div重疊是側面,而不是並排使兩個浮動右和重疊?
hc_menu & #hc_show_hide
jsfiddle ,這是 代碼: CSS:
.chart_scroll{ height: 100%;}
#hc_hover{height:100%;width: 25%; float: right;}
#hc_menu{height:400px ;background-color: Black;opacity:0.4;margin:50px 0px 50px 20px;width:125px ; float:right;}
#hc_show_hide{height:500px ; width: 15% ;float:right ; background:red;}
html:
<div class="chart_scroll" runat="server" id="pnlCharts">
<div id="hc_hover" >
<div id="hc_show_hide"></div>
<div id="hc_menu">
</div>
</div>
</div>
你是什麼意思*互動*? – mattytommo
重疊?所以他們在彼此之上? – MetalFrog
謝謝@MetalFrog原諒我的英語不好 –