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 <[EMAIL PROTECTED]> wrote:

> Guys,
> Is there a way to disable the scroll bars in WebView so that the  
> image is fixed?
> 
> Thanks

_______________________________________________
webkit-dev mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-dev

Reply via email to