html {background-image: url(images/html_bg.gif);background-repeat: repeat-x;}
body {background-image: url(images/body_bg.gif);background-repeat: repeat;}
why would you put a background on html ?
There's nothing IN the <body> for anything to show up !
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday" Carolina Corvette Club
I'm trying to apply an effect with the top bg as a repeat-x and below that have a tiled repeat graphic in the remainder of the bg of the page. Any suggestions? I know this sounds tricky but is it possible?
Then have the top be like <div id="header"> with the background for the top. The rest of the page can have the body background or create a container div with that background below header.