hi, There is something is not clear myself how i can write code in css.
I have first yellow background image with nice big font forground on the top of background image, the background wide size is 600 px, so now I want to put same yellow background images next to the first yellow background image with out and text font and repeat-x. that way show one wide 100% yellow image background.
I'm trying to figuer out how to write that code to use repeat-x for the second one next to the first background image.
.background {
background-image: url(../images/CSSYellowBackground.png);
background-repeat: repeat-x;
}
.image-background-text{
background-image: url(../images/INTheNameOFUSA.png);
background-repeat: no-repeat;
}
please help thanks.
alidad



Reply With Quote
Bookmarks