I have a 4px x 400px jpeg image. I want to use it as my background, but when I place it there, it only covers the the top "half" of the screen using repeat-x. How can I make it "stretch" perpetually downward?
I have a 4px x 400px jpeg image. I want to use it as my background, but when I place it there, it only covers the the top "half" of the screen using repeat-x. How can I make it "stretch" perpetually downward?
CSS Values
Value Description
repeat - Default. The background image will be repeated vertically and horizontally
repeat-x - The background image will be repeated horizontally
repeat-y - The background image will be repeated vertically
no-repeat - The background-image will be displayed only once
~Melanie
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
I tried that. I forgot to mention that the background is a gradient.