web help
Moderator: Akira
web help
I know theres a way to get the background image to fit the screen and always stay visible on a web page but can't find it. Any ideas?
- Akira
- Eagle / Forum Admin
- Posts: 1509
- Joined: Tue Feb 25, 2003 12:52 pm
- Location: Ontario, Canada
- Contact:
Here html I scooped from a site that I frequent, which does this.
Seems the "fixed" is what does it.
Code: Select all
<body background="http://www.youraddress.com/background.jpg" bgproperties="fixed" bgcolor="#FFFFFF" text="#000000" link="000000" alink="000000" vlink="#000000">