當我調整瀏覽器窗口中特定的div熄滅主容器 如何解決這個問題DIV出容器的瀏覽器調整
http://jsfiddle.net/48y2Q/1 http://jsfiddle.net/48y2Q/1/embedded /結果/
<section id="main" style="background-color: #646464; padding: 0px;">
<div class="inner clearfix" style="background-color: white;">
<span style="color: #06546a; font-weight: bold; font-size: 14px; background-color: white;">Defie Cloud Buisness Solutions</span>helps companies of all sizes to enhance business operation, to refine the process and optimize technology, to reduce company expenses on IT maintenance, Hardware upgrade. And more importantly, to change the way buisness operate.
<div id="primary">
<section class="primary">
<ul style="width: 800px;">
<li style="padding-bottom: 5px; list-style: none; font-size: 14px;">
<img alt="squareList" style="margin-right: 10px;" id="logo" src="http://www.defie.co/designerImages/square_list.png">
All-in-One Business Management Solutions
</li>
<li style="padding-bottom: 5px; list-style: none; font-size: 14px;">
<img alt="squareList" style="margin-right: 10px;" id="logo" src="http://www.defie.co/designerImages/square_list.png">
Cloud-based File Management
</li>
<li style="padding-bottom: 5px; list-style: none; font-size: 14px;">
<img alt="squareList" style="margin-right: 10px;" id="logo" src="http://www.defie.co/designerImages/square_list.png">
Real-Time Access from any where, any time and on any devices
</li>
</ul>
</section>
</div>
</div>
</section>
</div>
</div>
請在這裏發佈相關CSS太 –
我想你分配一個默認的寬度,以該分區。而不是硬編碼一個特定的值,使用百分比。 –
您的固定寬度爲'ul-800px'。 –