Home
TRF Discord
TRF
Menu
Data Stream
Forums
Codex
Factions
Login / Register
Static Backgrounds (HTML)
Forums
General Discussion
Rebel Cafe
Static Backgrounds (HTML)
Subscribe
Samantha Koortyn
Posts: 1142
#39257
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.
Titus
Posts: 7745
#39313
Posted On:
Dec 11 2004 2:16am
In your CSS file use this:
body {
background: #0000000 url(url.gif) no-repeat fixed top;
}
Samantha Koortyn
Posts: 1142
#39314
Posted On:
Dec 12 2004 9:07pm
Thanks. :]