DeltaDawn
09-29-2005, 04:03 AM
what's the exact css code for making a backgroung repeat downward, but not the other way?
|
View Full Version : an amazingly simple thing I've screwed up... DeltaDawn 09-29-2005, 04:03 AM what's the exact css code for making a backgroung repeat downward, but not the other way? Monkey Bizzle 09-29-2005, 04:54 AM background-repeat: repeat-y; eedesigns 09-29-2005, 04:58 AM I have a feeling its something close to this: { background-color: #000000; background-repeat: y; no-repeat: x; Hope that helps :) Drew Monkey Bizzle 09-29-2005, 05:06 AM { background-color: #000000; background-repeat: y; no-repeat: x; no, that is not the answer... and can't you see that the question has already been answered? eedesigns 09-29-2005, 07:16 AM and can't you see that the question has already been answered? Sorry its just we happened to do it at the same time, as when i enetered mine and the page refreshed yours showed up just before it, sorry again. |