为什么IE7中没有显示图像?

时间:2010-10-01 19:43:20

标签: css internet-explorer-7

注意:这个问题已不再适用。该网站已移至新主机,网站上的代码不再适用。

感谢。

我正在努力帮助客户。该网站几乎准备就绪,但有一系列图像在IE7中消失了。

单击领导选项卡,整个内容块消失。

以下是该部分的html:

<div id="leadership-content" class="content">
    <p class="intro">Leadership for every company is important in the daily management and growth as a business matures. At Moving Simplified we feel that offering our employees career-oriented paths gives them a more sincere desire to provide outstanding customer service.  All employees have the option to "climb the ladder" to eventually own a franchise of their own.</p>

    <div class="profile">
    <h3>Eric M. Snider<img class="flt-right" src="_images/Eric_Snider_Logo_Photo.jpg" alt="Moving Simplified Founder &amp; CEO Eric Snider founded Moving Simplified in 2007 as a new alternative to Charlotte moving companies by offering a suite of moving services of Pack It, Move It, Clean It and Junk It under one brand!" width="225" height="232" /></h3>
    <h4>Founder / Chief Executive Officer</h4>          
    <p>Eric founded Moving Simplified in 2007 as a professional services company with a new concept to assist people during one of the most stressful times of their lives:  moving.  His vision was to build a new type of moving services company - a company that would include every service that a customer would need during their move.  Bringing it all together in one company offering is the key differentiating factor with Moving Simplified.  "We are changing the face and perception of the moving company stereotype one move at a time," says Snider.  "We do this everyday by holding ourselves to a higher standard of service, people skills and performance."</p>
    </div>
    <div class="gray-line"></div>

    <div class="profile">
    <img class="flt-right" src="_images/Ben_Photo.jpg" alt="Moving Simplified Founder &amp; CEO Eric Snider founded Moving Simplified in 2007 as a new alternative to Charlotte moving companies by offering a suite of moving services of Pack It, Move It, Clean It and Junk It under one brand!" width="225" height="232" />
    <h3>Ben Simmons</h3>
    <h4>Crew Leader / Senior Manager</h4>
    <p>Ben joined Moving Simplified in 2009 as one of the first management team members.  Ben's entrepreneurial spirit and physical fitness background makes him an excellent team player and role model.  "We're working hard everyday to help change the perception and face of the moving business," says Simmons.  "It can only be accomplished through discipline, desire and performance."</p>
    </div>
    <div class="gray-line"></div>

    <div class="profile">
    <img class="flt-right" src="_images/Tim_Photo.jpg" alt="Moving Simplified Founder &amp; CEO Eric Snider founded Moving Simplified in 2007 as a new alternative to Charlotte moving companies by offering a suite of moving services of Pack It, Move It, Clean It and Junk It under one brand!" width="225" height="232" />
    <h3>Timothy Browne</h3>
    <h4>Crew Leader / Senior Manager</h4>
    <p>Tim joined Moving Simplified in 2009 as a team leader and manager.  Tim has a professional service background that was a natural catapult into Moving Simplified.  "As a crew leader and senior manager, I have a responsibility to ensure that our customers are 100% satisfied with our moving team's presentation, ability and performance," says Browne.  "Our goal is to be the area's top moving services provider and we strive to deliver that top-tier level of service with every customer."
    </p>
    </div>  

这是css:

.profile            { width: 630px; padding-bottom: 20px; }
#mainContent .profile h3     { margin-top: 10px; }
#mainContent .profile p { float: left; width: 350px; }
.profile img        { float: right; }
.gray-line  { clear: both; }

它在Safari和Firefox中表现得很好但在IE7中却无处可见。

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

图像是否全部显示在同一个文件夹中?尝试在开始时将文件夹重命名为不带下划线_的名称。 顺便说一句,图像不会显示在我的Firefox或IE8中。