开发者

Chromium doesn't render <pre> tag correctly?

开发者 https://www.devze.com 2023-02-10 11:23 出处:网络
Firefox 3 and 4 renders this page nicely (I get a horizontally-scrollable view, instead of an overlap), but both Epiphany and Chromium don\'t. What\'s up with the inconsistency? Is this a bug in We开发

Firefox 3 and 4 renders this page nicely (I get a horizontally-scrollable view, instead of an overlap), but both Epiphany and Chromium don't. What's up with the inconsistency? Is this a bug in We开发者_运维百科bKit?


The scroll isn't showing up in IE 8 either.

Considering the area doesn't have an overflow setting my guess is that Firefox is defaulting to overflow:scroll while the others have defaulted to overflow:none.

You might try explicitly setting that in your style sheet.

0

精彩评论

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