background wallpaper problem
-
Hi,
I thought this would be easy, uploaded my background seamless graphic pattern to JFR theme to the style css,
/* Typography & Colors */
/* Structure */
*{
margin:0;
padding:0px;
}
body {
background:url(images/hicks13.png)repeat transparent;
margin: 0 auto;
padding: 20px;
width:1150px;the pattern is all over the place on top of everything instead of underneath everything else. The content container seems to be transparent, I tried changing the background to white but the pattern is still on top.
With other words I have layer issues: the wallpaper should be the bottom layer and the rest should be on top, the transparent command allows the rest of the content to be seen, but I need no wallpaper at all in my content container. I have a header image and a footer image too.
I need help with the formatting hierarchy, make the content container background white, but show the footer image, the header image and wallpaper background image somehow.
Thank you!
N
The topic ‘background wallpaper problem’ is closed to new replies.