|
-
Mar 25th, 2003, 05:57 AM
#1
Thread Starter
Hyperactive Member
sticky background
damnit I used to know how to do this.. how do you set the background image as stationary and have the text scrollable..?
-
Mar 25th, 2003, 06:11 AM
#2
Using CSS:
Code:
body {
background: url("../blah.gif");
background-repeat: no-repeat;
background-attachment: fixed;
}
-
Mar 25th, 2003, 06:15 AM
#3
Thread Starter
Hyperactive Member
Thanks, ax.. however...
there used to be a way with html.. something in the background or image properties..
-
Mar 25th, 2003, 06:19 AM
#4
Haven't seen it before I prefer CSS - much easier
-
Mar 25th, 2003, 06:21 AM
#5
Thread Starter
Hyperactive Member
OK, ax, I'll give it a try thanks
-
Mar 26th, 2003, 12:42 PM
#6
Addicted Member
If I remember correctly, this doesn't work with IE. You'll only get the effect you want if your audience uses a real browser.
Travis, Kung Foo Journeyman
Web Standards: HTML 4.01, CSS Level 2, ECMA 262 Bindings to DOM Level 1, JavaScript 1.5 Guide and Reference
Perl: Documentation, Learn Perl, Llama, Camel, Cookbook, Perl Monks, Perl Mongers, O'Reilly's Perl.com, ActiveState, CPAN, TPJ, and use Perl;
OSS: Mozilla, MySQL (Manual)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|