disable scroll bars in webView....
Guys, Is there a way to disable the scroll bars in WebView so that the image is fixed? Thanks
Hi Kathryn, Are you wanting to do this using HTML? If so: <img src="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): <body style="overflow: hidden;"> <img src="http://webkit.org/images/icon-gold.png" style="top: 1000px; left: 200px; position: absolute;"> </body> BTW, if you have questions about HTML, neither the webkit-dev list nor the xcode-users list is appropriate. I would suggest the web-dev mailing list for that: http://lists.apple.com/mailman/listinfo/web-dev Dave Kathryn Tate <kathryntate@comcast.net> wrote:
Guys, Is there a way to disable the scroll bars in WebView so that the image is fixed?
Thanks
participants (2)
-
David D. Kilzer
-
Kathryn Tate