Static Backgrounds (HTML)
Posts: 1142
  • Posted On: Dec 11 2004 1:31am
What's the best code for making a non-scrolling background that works in Firefox?

Not that I have any reason at all for asking that.
Posts: 7745
  • Posted On: Dec 11 2004 2:16am
In your CSS file use this:

body {
background: #0000000 url(url.gif) no-repeat fixed top;
}
Posts: 1142
  • Posted On: Dec 12 2004 9:07pm
Thanks. :]