On Apr 13, 5:08 pm, Boris Zbarsky <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > When I listen for 'pageshow' event, does that mean the document AND
> > all images being loaded?
>
> All which images?
>
> What Gecko version?
>
> > If yes, I am not sure why in my 'pageshow' event listener, and I call
> > DrawWindow function , part of the content is missing.
>
> I'm not either, since the information provided is so incomplete.
>
> > If not, can you please tell me which event i should listen for
> > document and images are all loaded?
>
> Which images?

Sorry for not making it clear.  By Images , I mean images on the web
page:

As an example:

<html>

<body>

<br/>

<img src="logo3.gif"/>

<div style="position: absolute; top: 300px; left: 150px; width: 200px;
height: 90px; background-image: url(logo.gif); background-repeat:
repeat;"></div>

<div style="position: absolute; top: 200px; left: 50px; width: 170px;
height: 50px; background-image: url(logo_l2.gif);"></div>



</body>
</html>

The image 'logo3.gif" is not shown when I call DrawWindow in my
'pageshow' listener after it receives the 'pageshow' event.


>
> -Boris

_______________________________________________
dev-tech-layout mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-layout

Reply via email to