Re: Anyone know why this white frame appears





"Astroboy" <adelather@xxxxxxxxx> wrote in message news:f0678356-f445-4c1d-aa16-7b7d0f261876@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
It seems there is a problem when you click on the different menu items
this white frame which takes up a quarter of the vertical space of the
screen for a brief second. Anyone have any ideas why it does this?

Check it out at :

http://bit.ly/9DRAMr



It's because you are replacing a solid background colour, reloading a large jpg image and then the browser has to resize it to fit the page.

As a test, try removing...

background-image:url(pics/main-background-1024.jpg);

.... from your style.css stylesheet.


Hope this helps

Andy


.