UBB.Dev
Posted By: Tech-Ni-Kal CSS Question - 06/05/2003 4:50 AM
If I put:

body {
background-image: url(bg.gif);
background-repeat: repeat-x;
margin: 0px;
width: 100%;
height : 100%;
}

In a CSS file, and call to the CSS file from index.html, will it automatically use it, or do I have to call for the specific "body" part?

Thanks.
Posted By: AllenAyres Re: CSS Question - 06/05/2003 5:21 AM
it will use the whole thing smile
Posted By: Tech-Ni-Kal Re: CSS Question - 06/05/2003 6:00 AM
Alright sweet. Thanks again.
© UBB.Developers