[css-d] Disable (and hide) vertical scrollbar

2010-10-06 Thread Donald Fruy
Hi all! I am searching a CSS way to disable a vertical scrollbar on a page. I succeeded with IE with the following CSS code : body { overflow-y: hidden; overflow: auto; } Do you know how to disable vertical scrolling in FF, Chrome and Safari ? Thanks in advance, -- Donald FRUY

Re: [css-d] Disable (and hide) vertical scrollbar

2010-10-06 Thread Philippe Wittenbergh
On Oct 7, 2010, at 8:35 AM, Donald Fruy wrote: I am searching a CSS way to disable a vertical scrollbar on a page. I succeeded with IE with the following CSS code : body { overflow-y: hidden; overflow: auto; } Do you know how to disable vertical scrolling in FF, Chrome and