Thread
:
What is this HTML thing i Keep hearing about?
View Single Post
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 {
background-attachment: fixed;
}
</code>
The Mad Hatter
View Public Profile
Find More Posts by The Mad Hatter