(Untitled)

May 10, 2005 11:16

hey, how do I get the background images to stay put but have my writing move?

Leave a comment

Comments 7

squarecircle May 10 2005, 12:55:15 UTC
my code looks like this

GLOBAL_HEAD1=
<1style type="text/css">
1!--
body {
background-image: url("Image location") !important;
background-attachment: fixed !important;
}
-->
1/style>
1=GLOBAL_HEAD

hope it doesnt come out looking fucked up...

Reply

squarecircle May 10 2005, 12:56:06 UTC
all the 1 = <

except the one before style, where I didn't erase the

Reply

dsjf May 13 2005, 11:38:43 UTC
Are you sure that's the way it looks? On FAQ, they say that the codes have to be exactly the same in order to work properly... weird. How did the '1's get in there anyway?

Reply

squarecircle May 13 2005, 11:41:51 UTC
I replaced the "<" with "1" for the purposes of responding to your question cause otherwise it wouldn't show up in my reply.

In my overrides all the "1" are "<".

Reply


dsjf May 11 2005, 11:11:29 UTC
So for every time there is a "1", erase it? I have done that, now I don't see any image. I don't know if it's because of the computer I'm on or not. I know that sometimes it doesn't show up for a bit.

I also 'refreshed' the page but it still didn't come up.

Reply

squarecircle May 13 2005, 11:47:09 UTC
don't erase it, replace it with "<"

also instead of ""image location"" you should put in your image location, so in my case it says " http://a244.g.akamaitech.net/7/244/34/8b54d539165bb4/tlc.discovery.com/convergence/humanface/articles/gallery/hf_mask_2b.jpg ".

If that doesn't help then you might find this site usefull. That's where I figured out how to do mine.

Reply

dsjf May 13 2005, 14:40:39 UTC
Hey thanks Brian! It was too much to see the whole page move as I scrolled.

Reply


Leave a comment

Up