View Single Post
11-19-2008, 11:34 AM
#24
VimF is offline VimF
VimF's Avatar
Status: Junior Member
Join date: Jan 2008
Location: on CSS
Expertise:
Software:
 
Posts: 63
iTrader: 0 / 0%
 

VimF is on a distinguished road

  Old

Ok so we agree that the article isn't rubbish right?

Now with that's out of the way, a few things I want to outline: 1) The default value of background-attachment is "scroll" (it's never "fixed", in IE or FF or Opera)... that said your initial guesses weren't really correct. 2) background-attachment specifies whether the image is fixed or scroll with regard only to the viewport ( http://www.w3.org/TR/CSS21/visuren.html#viewport ).

So to this question:
Originally Posted by rochow View Post
Funnily enough, despite Opera showing it fixed by default, if you set background-attachment to fixed the image doesn't display...

The image does display but its position is at the top left corner of the viewport, outside of the #page container. Just resize your browser window of the "version 1" you'll see the AU map image.

Originally Posted by rochow View Post
If you really care about every browser being the exact same (because you know how many people will be comparing your site in different browsers to picking on tiny differences )
Originally Posted by rochow View Post
The #1 rule in web development - there is always a workaround

Sort of agree with these

Btw nice portfolio you got there.