|
If you looked on the web and couldn't find anything, you weren't looking too hard !
The PROPER use of background in CSS would be as follows:
body{
background: #040404 url(images/mainbg.png) repeat-x;
Repeat can be repeat-x, repeat-y, and no-repeat. Leaving off 'repeat' will tile both horizontally AND vertically.
No need to put any style declaration in the HTML.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
Please login or register to view this content. Registration is FREE
Please login or register to view this content. Registration is FREE
|