Help - Search - Members - Calendar
Full Version: can someone help me with my background?
Forums > Resource Center > Webmasters' Corner
gimmekandylovr
uhm.. i usually use a default profile with a fixed (when it scrolls it doesn't move) background and now it has suddenly stopped working can anyone help me with this?
Smarmosaur
provide us with your coding and a link.
gimmekandylovr
CODE
<body background="URL HERE" bgproperties="fixed">


and link to what?
jaeminnie
QUOTE(gimmekandylovr @ Jun 21 2008, 04:54 PM) *
and link to what?

A link to your site.
gimmekandylovr
im sry. nevermind.
it just started working.


but i still dont understand why sometimes it just stops working..
jaeminnie
You might want to rehost the image or something. Go to Imageshack, select "url," paste the background link into the empty field, and press "host it." Then copy the direct link into "URL HERE" in your code.

Also, is this a MySpace layout you're talking about?
Aberisk
instead why dont you use the background-attachment: fixed; property?
gimmekandylovr
how would i use that?
gimmekandylovr
QUOTE(Synesthesia @ Jun 21 2008, 05:14 PM) *
You might want to rehost the image or something. Go to Imageshack, select "url," paste the background link into the empty field, and press "host it." Then copy the direct link into "URL HERE" in your code.

Also, is this a MySpace layout you're talking about?


yes it is a myspace layout.
jaeminnie
QUOTE(gimmekandylovr @ Jun 22 2008, 07:44 PM) *
how would i use that?

He means to use this:

CODE
<body background="URL HERE" background-attachment:"fixed"

Also, please don't double-post. Use the "Edit" link at the lower right-hand corner of your post to add on to what you said in a previous post.
gimmekandylovr
that still didn't work...
fixtatik
first of all, if you're using this on a myspace profile, you shouldn't, as the body tag has already been started. instead, use CSS, like this:
CODE
<style type="text/css">
body {
  background:url(LINK TO IMAGE) fixed;
}
</style>
gimmekandylovr
QUOTE(fixtatik @ Jun 24 2008, 07:26 PM) *
first of all, if you're using this on a myspace profile, you shouldn't, as the body tag has already been started. instead, use CSS, like this:
CODE
<style type="text/css">
body {
  background:url(LINK TO IMAGE) fixed;
}
</style>


it works! thanks.
highwayto4355
topic closed then. if you want this reopened ; just pm me. :]
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.