Re: [webkit-dev] disable scroll bars in webView....

2007-08-31 Thread Mitz Pettel
I think something like WebView* myWebView; ... [[[myWebView mainFrame] frameView] setAllowsScrolling:NO]; will do the trick. See

Re: [webkit-dev] disable scroll bars in webView....

2007-08-31 Thread David D. Kilzer
If you're going to build your own custom version of WebKit, you could modify WebCore/css/html4.css and WebCore/css/quirks.css to include the "overflow: hidden;" style on the body tag. This would have essentially the same effect. I'm not aware of any "switch" to disable scroll bars completely (alt

Re: [webkit-dev] disable scroll bars in webView....

2007-08-31 Thread David D. Kilzer
Hi Kathryn, Are you wanting to do this using HTML? If so: http://webkit.org/images/icon-gold.png"; style="top: 200px; left: 200px; position: absolute;"> To make a containing element not scroll, use the "overflow: hidden" style (e.g. to disable scroll bars for the entire page): http://webkit.o

[webkit-dev] disable scroll bars in webView....

2007-08-31 Thread Kathryn Tate
Guys, Is there a way to disable the scroll bars in WebView so that the image is fixed? Thanks ___ webkit-dev mailing list webkit-dev@lists.webkit.org http://lists.webkit.org/mailman/listinfo/webkit-dev