Incendio
04-13-2006, 12:47 PM
Why wnt' this work?!
IN my CSS:
body{
margin: 0px;
background-image: (url)bgpat.gif;
background-repeat: no-repeat;
background-color: transparent;
text-align:justify;
font-family: tahoma;
font-size: 9px;
color: #2E6677;
line-height:11px
cellpadding:2px;
But the background just wont show up!! Why?
Anyways, I tried outting the background in the header.inc instead
<body background="bgpat.gif"; background-repeat="no-repeat"; background-attachment="fixed";>
That SOMEHOW worked, the problem is that I want everything else to scroll but NOT the background, thats why I choose fixed, but it wont work either!
IN my CSS:
body{
margin: 0px;
background-image: (url)bgpat.gif;
background-repeat: no-repeat;
background-color: transparent;
text-align:justify;
font-family: tahoma;
font-size: 9px;
color: #2E6677;
line-height:11px
cellpadding:2px;
But the background just wont show up!! Why?
Anyways, I tried outting the background in the header.inc instead
<body background="bgpat.gif"; background-repeat="no-repeat"; background-attachment="fixed";>
That SOMEHOW worked, the problem is that I want everything else to scroll but NOT the background, thats why I choose fixed, but it wont work either!