Hi,
i know, the title is a bit crampy, but it's a weird problem.
i'm planning to adopt a open source webdesign. It all looks good on firefox 3.5 on vista, but when i open it up in Ie8 on vista the background goes 'flashy' on reload (i can't find another word, sorry) what i THINK happens is that the background source (a 1px width and 1200px high image) gets refreshed every time so it has to paint 1600 vertical lines every page reload. (but it's only a guess: FF has to do the same and no problems there. The css for the background is this:
font-size: 11px;
font-family: Verdana, Arial, SunSans-Regular, Sans-Serif;
margin: 0px;
padding-left: 50%;
clear: both;
position: absolute;
background: url('images/bggrad2.jpg') repeat-x;
background-color: #464646;
i've put it online here: http://www.mydotnet.nl/test/
I'm realy curious what you're experiences are (maybe it's just my pc)
i also tried to enlarge the background to 1 big one (3000*1200) so it only has to show one picture, but that didn't work :(
Michel
EDIT: there is also a version with one big (3000*1200) picture so the browser doesn't have to paint 1600 vertical lines. it's here http://www.mydotnet.nl/test/index2.html