View Full Version : How do you make an image fixed?


sugar_n_spice29110
08-29-2005, 04:52 AM
How do you make it fixed, like it stays in the bottom when you scroll?

Milque
08-30-2005, 01:02 PM
You can only fix your background. So make that image you want as a background and add this:

<style type="text/css">
body { background: #FFFFFF url(imageurlhere);
background-attachment: fixed; }
</style>