开发者

issue with scroll

I had an issue with this scroll as in this image:

issue with scroll

The issue is that I want only the开发者_如何转开发 vertical scroll to appear and not the horizontal scroll. I had used overflow:scroll attribute while coding. Will it look the same in Firefox and IE or is there any other way to do that?


Just use overflow-x: hidden; overflow-y: scroll; or overflow: auto; instead of overflow: scroll;.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜