Ongoing layouts...?

liunx

Guest
I've seen a lot of ongoing layouts, or whatever you would call them, on websites lately. I'm assuming there's some type of java/html that allows you to make the page scroll automatically and the image continue going down... does anyone know of where I can find a tutorial or just the code of a layout like this???<!--content-->ongoing layouts? do you have an example??<!--content-->Yes... there's one at <!-- w --><a class="postlink" href="http://www.januarysnow.com">www.januarysnow.com</a><!-- w --><!--content-->I got an error when I looked at the page. Correct me if I'm wrong Scoutt but you do that in CSS with...<br />
<br />
<br />
<head><br />
<style type="text/css"><br />
body<br />
{ <br />
background-image: url("yourname.gif");<br />
background-repeat: repeat-y<br />
}<br />
</style><br />
</head><br />
<br />
I hope this helps.<!--content-->By the way Lea, you need to use an image that looks good joined together.<!--content-->are you talking about the background??<br />
<br />
you don't need any code to make it tile, it will automatically do that if the image is smaller then the page.<br />
<br />
or dereks code will do the same.<!--content-->
 
Back
Top