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
精彩评论