View Single Post
Old 04-05-2003, 03:27 PM   #6
The Mad Hatter
I'm craaazy!
 
Join Date: Mar 2003
Location: Pennsylvania
Posts: 11
CSS

Can't be done in HTML without using an IE specific tag. To do it in CSS (which is pretty widely supported for basic stuff like this):
<code>
body {
&nbsp;&nbsp;&nbsp;&nbsp;background-attachment: fixed;
}
</code>
The Mad Hatter is offline   Reply With Quote