View Full Version : Dragging Background Image


Sugar Rush
01-28-2004, 12:27 AM
Ahhh...Don't make me feel any dumber than I already feel. Okay, I KNOW that people have asked about this a trillion times, but how do you make the image "drag" like this:

http://star-girl.org/sell/sampleaguilera.html

Yesp, don't throw rocks at me +ducks+ ;)

MaGiCSuN
01-28-2004, 06:30 PM
i'm not sure what you really mean by "drag"
could you explain that more?

Love,
Mirna

Sugar Rush
01-28-2004, 08:34 PM
Herm...see the Christina Agulera image at the top? See how it repeats all the way down the page? That's what I mean by dragging. Sorry, I don't know what it is called exactly.

Sinem
01-28-2004, 08:58 PM
aww, that's a thing I just figured out yesterday... I will write a tut for that tomorrow, ok? I just can't now course of important things for school...
But i swear I'll do it! There are many ways to make it, but I really like mine ... just a question... what is it really called cause I do need to know for the tut title...

:hug:
Sinem

Small_Wonder
01-28-2004, 11:13 PM
Thats called a line stretch and there is a tutorial for it here
http://www.jennyspage.net

scroll down and you will see her link to her tutorials


Ahhh...Don't make me feel any dumber than I already feel. Okay, I KNOW that people have asked about this a trillion times, but how do you make the image "drag" like this:

http://star-girl.org/sell/sampleaguilera.html

Yesp, don't throw rocks at me +ducks+ ;)

Sinem
01-29-2004, 03:36 PM
I'll still do it in a fiew hours cause not everyone has Photoshop... I can teach you how to use PSP...

:hug:
Sinem

MaGiCSuN
01-29-2004, 03:40 PM
1. open up the head image
2. select the bottom part of it with lines only on it
3. hit ctrl+c and then ctrl+v
4. it should be a new image now
5. save it
6. put this in your html:

<style type="text/css">
<!--
body { background-image: url(IMAGEHERE.GIF); background-repeat: repeat-y; }
-->
</style>

this should go between the <head> and </head> tag. Now the normal head image can go between the <body> and </body> tag with the <img> tag :)

This is a simple way to do it.. i'm sure there are many others :)

love,
Mirna

Sugar Rush
01-29-2004, 10:59 PM
:bow: Thank you all so much! You are the best!