【发布时间】:2013-01-12 10:02:50
【问题描述】:
你能告诉我如何修复内容吗? 我的意思是当用户调整窗口大小时,内容不应低于立方体图像 当我在大屏幕上看到它时,它不是问题 当我在像 13 英寸这样的小屏幕笔记本电脑上看到它时,它的问题 在下面提供我的代码
<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>
【问题讨论】:
-
你有一个小盒子来存放内容,只是
65.8% - 250px。尝试使其更大或固定大小。 -
@antejan:感谢您的回复。你能更新小提琴中的代码吗jsfiddle.net/AJ5JW
标签: jquery html css twitter-bootstrap