I have the following code in my css file
body
{
background-color: #7F7FFF;
background-repeat: no-repeat;
background-attachment: fixed;
background-position:center;
font-family:'Calibri','sans-serif';
font-size:12pt;
}
...and this in my html
<body background='/background.png'>
You can see it at www.altocomputercranium.com.
As you can see, my background image is centered in the middle of the
page and not tiled. The background color is supposed to blend with
the background image. For some reason, the background color in ie7 is
lighter than in firefox. Please help!
Cameron
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS"
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---