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 回答