开发者

Internet Explorer 7 overflows containing div

开发者 https://www.devze.com 2023-02-22 03:17 出处:网络
I\'m using IP Net Renderer to view my newly installed forum in IE7. If you care to take a look, you can see the forum is overflowing its containing element.

I'm using IP Net Renderer to view my newly installed forum in IE7. If you care to take a look, you can see the forum is overflowing its containing element.

The forum renders correctly in IE8+, FF, Chrome and Safari, but not IE 7. Does anyone know how I can fix this?

Th开发者_Go百科anks,

Chris


Your .wrapper class has width: 85%; set but no overflow rules. Try adding overflow: hidden; to that class.

Also, for good measure, I would suggest you replace the width: 100%; declaration in your .tborder class with width: auto;.

0

精彩评论

暂无评论...
验证码 换一张
取 消