|
Originally Posted by geekdiggy
<style type="text/css">BODY {background-image: url("http://img38.photobucket.com/albums/v118/geekdiggy/pridegpelims_07_02.jpg");
background-attachment: fixed;} <---doesn't seem to work.
can anyone help?
|
well.. I would put
Code:
<style type="text/css">BODY { background-color: #000000; background-image: url(http://img38.photobucket.com/albums/v118/geekdiggy/pridegpelims_07_02.jpg); background-attachment: fixed; }
so.. you didn't need the " " around the image url, and you should really specify a background color for before the image loads, and incase it doesn't
and of course don't forget to close the style tag </style> in the page too