http://www.nortonsiegel.com/new/layout.css
http://www.nortonsiegel.com/new/navbar.css
http://www.nortonsiegel.com/new/styles.css
http://www.nortonsiegel.com/new/home.htm
okay. If you lookit that home.htm in IE, it's fine, w/a nice centered bg image. In FF, however, the positioning is all wrong.
the main window is defined in the layout.css, and the background image style is in the styles.css (.aboutus, .contact ... these are also working fine in IE and not FF).
i have tried all sorts of relative and absolute positioning... i dunno.
any ideas what's happening here :?:
Firefox Background Image Problem
Your mouseovers don't work in IE.
I think it's to do with the positioning and the size of the box.
Firefox Background Image Problem
You don't want {background-attachment: fixed;} because fixed positioning is relative to the viewport and because IE doesn't grok fixed except on body.
.home { background: url("images/argyle.jpg") no-repeat 50%; }
cheers,
gary