View Full Version : centering a fixed background


iCeY_pnAi
07-08-2003, 07:58 PM
hey i need help. i tried putting this code but its not working. what did i do wrong??


<STYLE TYPE="text/css">
<!--
BODY {background-image:
http://www.angelfire.com/musicals/iceypnay/bowlayout.jpg; background-repeat: no-repeat;
background-attachment: fixed ;
background-position: 50% 50%; }
-->
</STYLE>


help please.

kittycat
07-08-2003, 08:22 PM
Try this...

<STYLE TYPE="text/css">
<!--
BODY {background-image: url(http://www.angelfire.com/musicals/i.../bowlayout.jpg); background-repeat: no-repeat;
background-attachment: fixed ;
background-position: 50% 50%; }
-->
</STYLE>
you'll have to fix up the image url though.

iCeY_pnAi
07-08-2003, 09:07 PM
thanks it worked.