Main Menu

How Do I Make A Pic My Background?

Started by JrDude, December 06, 2007, 06:57:04 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

JrDude

For My Profile?
??? ???
[move][/move]
Dude .

Zovistograt

"I lovat a gabber.  I could listen to maure and moravar again.  Regn onder river.  Flies do your float.  Thick is the life for mere." - James Joyce (Finnegans Wake, page 213)

bluaki

#2
<style>body {
  background-image: url(http://nsiderforums.net/Themes/Salava2/images/banner.png);
  background-attachment: fixed;
  }</style>

delete the third line or replace "fixed" with "scroll" if you want it to be tiled and scroll with the scrollbar.

JrDude

[move][/move]
Dude .

bluaki

#4
Quote from: JrDude on December 06, 2007, 07:00:53 PM
Quote from: bluaki on December 06, 2007, 06:59:28 PM
<style>body {
  background-image: url(http://nsiderforums.net/Themes/Salava2/images/banner.png);
  }</style>
gracias
oh sorry, see my edit.
if you do want the image to scroll and not be fixed position, don't bother.

Also, place it in the "Customization" box.

JrDude

Quote from: bluaki on December 06, 2007, 06:59:28 PM
<style>body {
  background-image: url(http://nsiderforums.net/Themes/Salava2/images/banner.png);
  background-attachment: fixed;
  }</style>

delete the third line or replace "fixed" with "scroll" if you want it to be tiled and scroll with the scrollbar.
So take out the 3rd line?
Why?
[move][/move]
Dude .

JrDude

Quote from: bluaki on December 06, 2007, 07:03:17 PM
Quote from: JrDude on December 06, 2007, 07:00:53 PM
Quote from: bluaki on December 06, 2007, 06:59:28 PM
<style>body {
  background-image: url(http://nsiderforums.net/Themes/Salava2/images/banner.png);
  }</style>
gracias
oh sorry, see my edit.
if you do want the image to scroll and not be fixed position, don't bother.

Also, place it in the "Customization" box.
I want it to scroll
[move][/move]
Dude .

bluaki

Quote from: JrDude on December 06, 2007, 07:03:36 PM
Quote from: bluaki on December 06, 2007, 06:59:28 PM
<style>body {
  background-image: url(http://nsiderforums.net/Themes/Salava2/images/banner.png);
  background-attachment: fixed;
  }</style>

delete the third line or replace "fixed" with "scroll" if you want it to be tiled and scroll with the scrollbar.
So take out the 3rd line?
Why?
There are two ways you can place the image as the background.
In one, the image stays fixed in place. No matter how you scroll down, it will not change like the objects on top of it do.
In the other, the image will move down as you scroll.