Background Image Won't Show Up
-
I used the html selector to call my background image like so:
html {
background-image: url(‘http://ayyhwang.com/blog/wp-content/uploads/2011/12/cda2.png’);
background-position: right bottom;
background-repeat: no-repeat;
background-attachment: fixed;
}It’s a valid image link, so I don’t know what the problem is. On Chrome I can see it briefly in the bottom right corner where it’s supposed to be, but then it looks like it disappears or something covers it up.
Thank you!
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
The topic ‘Background Image Won't Show Up’ is closed to new replies.