简体   繁体   English

IE8渲染错误

[英]IE8 render bug

Check out this page in Firefox or Chrome: 在Firefox或Chrome中查看此页面:

http://minorityrecruitonline-com.si-vs1222.com/college/Default1.aspx http://minorityrecruitonline-com.si-vs1222.com/college/Default1.aspx

Now check out the same page in IE8. 现在,在IE8中签出同一页面。 I have tried everything to get them to appear the same in both browsers, but no can do. 我已经尽一切努力使它们在两个浏览器中都显示相同,但​​是没有办法。

Any ideas from any HTML gurus out there? 来自任何HTML专家的任何想法吗?

In the td that has the "provena" add image in it - you don't have a valign attribute. 在带有“ provena”的图片中添加图像-您没有valign属性。 Set that to valign="top" and you should be all set. 将其设置为valign =“ top”,您应该已经准备就绪。

change: 更改:

<td width="224" height="364" style="background: url(/college/templates/College_Home/images/bg-ad-v.jpg) #ffffff no-repeat;" rowSpan="2">

to: 至:

<td width="224" height="364" style="background: url(/college/templates/College_Home/images/bg-ad-v.jpg) #ffffff no-repeat;" rowSpan="2" valign="top">

I used IE8 Developer Tools to verify this works. 我使用IE8开发人员工具来验证此功能。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM