soundasleep
04-05-2003, 01:39 AM
okay, this is what i have:
<head>
<style type="text/css">
body
{ background-color: #F3DBF3;
background-image:url(jerryenter.gif);
background-repeat:no-repeat;
background-position:50% 50%;
background-attachment: fixed;
</style>
</head>
the background color shows, but how come my image doesn't? any clue?
and i put this in the head. can i put it in the body? does it really matter?
<head>
<style type="text/css">
body
{ background-color: #F3DBF3;
background-image:url(jerryenter.gif);
background-repeat:no-repeat;
background-position:50% 50%;
background-attachment: fixed;
</style>
</head>
the background color shows, but how come my image doesn't? any clue?
and i put this in the head. can i put it in the body? does it really matter?