ah ecco
sempre alla w3cschool mi dicono che i posizionamenti fixed hanno queste caratteristiche
fixed An element with position: fixed is positioned at the specified coordinates relative to the browser window. The element's position is specified with the "left", "top", "right", and "bottom" properties. The element remains at that position regardless of scrolling. Works in IE7 (strict mode)
http://www.w3schools.com/css/pr_class_position.asp
...
ma allora non posso posizionare il bckgrnd nel mio div con FF se è vero quello ch era scritto al link precedente? (questo http://www.w3schools.com/css/pr_background-position.asp)