我在这里有http://hearingaidneeds.com/?page_id=8这个网站,如果你在IE7中查看它,页面就不会显示。这是我的代码......
<div class="contentText">
<div style="float:right; width:425px;">
<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.ca/maps?f=q&source=s_q&hl=en&geocode=&q=672+Brant+Street,+Burlington,+ON&aq=0&oq=672+Brant+Street&sll=43.447946,-79.624382&sspn=0.456129,0.876846&ie=UTF8&hq=&hnear=672+Brant+St,+Burlington,+Ontario+L7R+2G6&t=m&z=14&ll=43.338828,-79.805332&output=embed"></iframe><br /><small><a href="http://maps.google.ca/maps?f=q&source=embed&hl=en&geocode=&q=672+Brant+Street,+Burlington,+ON&aq=0&oq=672+Brant+Street&sll=43.447946,-79.624382&sspn=0.456129,0.876846&ie=UTF8&hq=&hnear=672+Brant+St,+Burlington,+Ontario+L7R+2G6&t=m&z=14&ll=43.338828,-79.805332" style="color:#0000FF;text-align:left">View Larger Map</a></small>
</div>
<div class="contactPage" style="float: left;">
<h1>How Do I Make an Appointment?</h1>
Just call us directly at 905.333.9256 to book an appointment.
Hours of operation are:Monday - Friday9 am - 5 pm
We are located at:
672 Brant St
Suite 405
Burlington, ON
L7R 2G6
For all other questions please fill out the form below.
[contact-form-7 id="9" title="Contact Us"]
</div>
</div>
contentText
内的所有内容都没有显示......代码在那里,但没有任何内容显示。
如果我删除了iframe
页面,并且它在每个浏览器中看起来都很好,但不是IE7,我做错了什么以及如何解决?
谢谢, Ĵ