On this page a 60px x 60px background image has been added with css (embedded on this page). I've restricted it to only go across by using background-repeat: repeat-x

The text has a margin-top for the first p on the page of 75px to make sure it clears the top coloring of the gif.

We can also fix the background-image so that when we scroll the image doesn't scroll off the page...to do this we just do the following

Back to Main