J.Yazel wrote:
> I was just hoping that there might be some way to make the display
> settle down.
> This happens on multiple browsers, such as Opera and Firefox.
Older browsers used to wait until they had downloaded the entire page
before putting it on screen.
Newer browsers will download a bit, put that onto the screen, download a
bit more, put that onto the screen and so forth. This will often result in
the page jumping about while it loads, because as the browser finds
out new information (font sizes, positions, etc), it has to go back and
redraw parts of the page that it's already shown. This behaviour is known
as "Progressive Rendering" -- that is, the browser renders the page while
it progresses.
A lot of people prefer progressive rendering because it means that they
can get started on reading the page while it is still loading.
But some people don't like it, because of the jumpiness, which can be
particularly noticable on fast computers with slow Internet connections.
Opera provides a setting to let you control progressive rendering. To
get to the setting in Opera 8, go to Tools > Preferences > Advanced >
Browsing > Loading. (The setting existed in Opera 7 too, but was kept in a
different place.)
Changing the setting to redraw after X seconds will only cause it to jump
about every X seconds (if needed). Setting it to "Redraw when loaded" will
stop progressive rendering altogether.
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~
http://tobyinkster.co.uk/contact