0

コンテンツを修正する方法を教えてください。ユーザーが大画面でウィンドウのサイズを変更したときに、コンテンツが立方体画像の下に表示されないようにする必要があります。13インチのような小さな画面のラップトップで表示した場合は問題ありません。

http://jsfiddle.net/AJ5JW/

<section id="main" style="padding: 0px;">
            <div class="inner clearfix defieContainer" style="">
              <img alt="cube" class="cubeImage" src="http://www.defie.co/designerImages/cube.png">
                  <div class="defieHomepageContent">
                    <span style="color: #06546a; font-weight: bold; font-size: 14px;  ">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 businesses operate.
                    <div id="primary">
                      <section class="primary">
                        We Offer:
                        <ul class="homePageLists" style="">
                            <li style="padding-bottom: 5px; list-style: none; ">
                              <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; ">
                              <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; ">
                              <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>
            </div>
        </section>
4

1 に答える 1

0

ブラウザでコードを表示しましたが、コンテンツがボックスの上に移動しません。23 インチのモニターから表示していますが、サイズを変更してもボックスの下に表示されません。

于 2013-01-12T02:02:50.470 に答える