Page 1 of 1
None scrolling background.
Posted: Sat Jun 03, 2006 5:53 pm
by to@ds
Hey everyone, this is an easy one I know but I cant remember what the tag is for a none scrolling background. Im just trying something with an i-frame and want the background in it to be none scrolling.
Thanks <img src=\'
http://www.killanet.net/forum3/public/s ... igwink.gif\' class=\'bbc_emoticon\' alt=\';)\' />
None scrolling background.
Posted: Sat Jun 03, 2006 6:02 pm
by Scott
background-attachment: fixed;
<img src=\'
http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
None scrolling background.
Posted: Sat Jun 03, 2006 6:23 pm
by to@ds
Nice one Scott. That just goes into the body tag dosent it?
None scrolling background.
Posted: Sat Jun 03, 2006 6:46 pm
by Jim
<body style=\"background-attachment: fixed;\">
i think >.>
None scrolling background.
Posted: Sat Jun 03, 2006 8:08 pm
by Scott
That will work, or you can put it in the body {} section of your style sheet if you have one. <img src=\'
http://www.killanet.net/forum3/public/s ... /smile.gif\' class=\'bbc_emoticon\' alt=\':)\' />
None scrolling background.
Posted: Sun Jun 04, 2006 3:29 am
by to@ds
Thanks again guys <img src=\'
http://www.killanet.net/forum3/public/s ... igwink.gif\' class=\'bbc_emoticon\' alt=\';)\' />