new problem with html and body css elements
-
i’ve been using this code in my stylesheet for several months:
html { background: url(images/bg/leftbg.png) no-repeat; }
body { background: #fff url(images/bg/headerbg.png) repeat-x; }to get two background images, one that appears on the lefthand side and one that repeats across the top. it’s worked fine.
suddenly today, any styling i do on the html element stopped working. I can’t think what I could have done to cause it. any ideas? help appreciated!
scratching head,
Chris
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘new problem with html and body css elements’ is closed to new replies.