开发者

Style overflow:hidden and SVG Firefox 3.6

开发者 https://www.devze.com 2023-02-06 23:12 出处:网络
I would like to display an svg that flows over the screen but开发者_开发知识库 I don\'t want to see scroll bars.setting overflow:hidden in the body works for chromium and opera but not for Firefox 3.6

I would like to display an svg that flows over the screen but开发者_开发知识库 I don't want to see scroll bars. setting overflow:hidden in the body works for chromium and opera but not for Firefox 3.6. Anyone know a fix? Thanks.


html, body { overflow:hidden }

Works for me: http://phrogz.net/tmp/wide_svg.xhtml

0

精彩评论

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