Neil Deakin wrote:
laca wrote:
>I noticed that browser and iframe elements are always displayed on top
>of the other elements.
>Is this a bug?
Yes, although it is fixed in Mozilla 1.9.
Thanks. I should have tried it with the new Firefox/SeaMonkey.
>By the way, how can I hide the scroll bars inside the browser?
overflow: hidden
That works.
I have tried setting the scroll position in the browser the following way:
var ("brow");
var
();
// (1,3);
alert (scrollable);
scrollable.SetCurScrollPos(1,100);
alert ("ok");
In xulrunner I have got the scrollable interface, but the function call
does not work, javascript stops. May be I don't know how to call xpcom
functions. In firefox/seamonkey I can not get even the docshell, I get
the following javascript error:
"Error: uncaught exception: Permission denied to create wrapper for
object of class UnnamedClass"
I would also like to use "browser.docShell.SetZoom(10);", what is worked
for svg files from c
laca
dev-tech-xul mailing list
dev-tech-xul (AT) lists (DOT) mozilla.org