:: Forum >>
disable horizontal scroll
I am trying to disable horizontal scroll, and no success yet, I tried all the advices in the websites, and nothing happened.
fixingahole2
Thursday, May 20, 2004
Try this:
.myClass {
overflow-x: hidden;
overflow-y: scroll;
}
Alex (ActiveWidgets)
Thursday, May 20, 2004
The does not work in any nestscape type browser.
Bob
Wednesday, July 7, 2004
This topic is archived.
Back to support forum
Forum search