2

I an using joomla, in my page I want to add horizontal scroll bar I am getting vertical scroll bar properly. this is my web Page screen shot

enter image description here the inside portion is coming as iframe

I want to put horizontal scroll forcefully

4

2 回答 2

4

你必须添加css

body {overflow-x: scroll;}

或溢出-y 用于您要为其提供滚动条的元素。

于 2013-04-05T06:50:53.047 回答
0

在您的代码 screen.css 中,行号。1个;overflow-x:hidden.

制作

overflow-x:scroll;
于 2013-04-05T06:55:06.227 回答