On this page an 800px x 2px background image has been added with css (embedded on this page) and naturally tiles. The text has a margin-left of 150px to make sure it clears the left side coloring on the gif.

While this works out pretty well at 800x600 resolution the big problem is if the browser screen is wider than the image...if so the image will repeat on the right.

To fix this we need to do the following

Back to Main