内容移动到立方体下方

时间:2013-01-12 00:52:32

标签: jquery css html5 css3 twitter-bootstrap

你能说出如何修复内容吗? 我的意思是当用户调整窗口大小时,内容不应低于立方体图像 当我在大屏幕上看到它不是问题 当我在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>

1 个答案:

答案 0 :(得分:0)

我在浏览器中查看了您的代码,没有内容在框中移动,我从23英寸显示器上查看,即使我调整大小,它也不会显示在框下方。