There are multiple absolute positioned divs, and the innermost of one set has this simple CSS rule applied to it :
background:#F5F5F5 url(load.gif) no-repeat center fixed;
The problem in FF and IE is the same, you would think that the background picture would be centered because 'center' was specified, but it's not the case !
the background is behaving as if I used 60% from the left....
and to achieve 'about' the right center position, i have to use
I know about some strange things when using percentages for positioning, be careful to know a percentage of what it will be and so on, but here, no clue at all...
I'm not posting a sample right away because the problem is kinda buried in a lot of stuff, but well if it comes to it I can post something...
Bookmarks