Re: [Hampshire] preventing apache timeout on long-duration p…

Top Page

Reply to this message
Author: Will Davies
Date:  
To: Hampshire LUG Discussion List
Subject: Re: [Hampshire] preventing apache timeout on long-duration pagegeneration
> (ii) the earlier ones don't get
> blanked out by the later ones so one ends up with a solid black blob
> on the screen; (iii) I don't really like using an absolute position.
>

I can give you relative positioning, though I am using absolute font
sizes, firefox and IE seem to disagree about how many pixels you need to
jump back up the screen.
The blank background image should mask the layers below.
<div style="background-image:url('blank.jpg');position:relative; top:0;
font-size:50px;">progress 2/20</div>
<div style="background-image:url('blank.jpg');position:relative;
top:-59; font-size:50px;">progress 4/20</div>
<div style="background-image:url('blank.jpg');position:relative;
top:-118; font-size:50px;">progress 6/20</div>
<div style="background-image:url('blank.jpg');position:relative;
top:-177; font-size:50px;">progress 8/20</div>
<div style="background-image:url('blank.jpg');position:relative;
top:-236; font-size:50px;">progress 10/20</div>

you might also consider increasing the z index on each new div version
though you'll probably still need the background image to blank the ones
below
> Any CSS guru got a suggestion?
>

Wow cool, can I call myself a guru yet? Sorry I can't help much with (i)
you might have to use IFrames and meta-refresh or javascript onload() so
that the browser can get a complete page. Do any of the specs. say how a
browser should render a partly loaded page? I'm not an expert but I'd
guess not.

Will Davies
http://www.ecs.soton.ac.uk/~wmd04r