|
|
| Author |
Message |
Carnican
Can't Stop Posting

Joined: 09 Jan 2003 Posts: 719
|
Posted: 02/21/05 - 19:58 Post subject: html question
|
|
|
I am looking for a website that I can view the source code, or better yet, just find the referance to the source to allow me to make the body of the page "scroll" over the background.
The code makes the background stationary and the text "slide over" the background as you scroll down.
|
|
|
Back to top
|
|
|
|
 |
gotissues68
RealPoor Sensei

Joined: 21 Aug 2003 Posts: 1866
|
|
|
Back to top
|
|
|
|
 |
Owyyn
RealPoor Guru

Joined: 11 Oct 2002 Posts: 2900
|
Posted: 02/21/05 - 20:33 Post subject:
|
|
|
ummm it's something that goes in the <body> and it' =fixed. I can't remember what it is though.
bgproperties=fixed perhaps
|
|
|
Back to top
|
|
|
|
 |
gotissues68
RealPoor Sensei

Joined: 21 Aug 2003 Posts: 1866
|
|
|
Back to top
|
|
|
|
 |
TASB
Sir Postalot

Joined: 12 Oct 2002 Posts: 1104
Location: The Outback
|
|
|
Back to top
|
|
|
|
 |
Owyyn
RealPoor Guru

Joined: 11 Oct 2002 Posts: 2900
|
Posted: 02/21/05 - 23:19 Post subject:
|
|
|
Ohhh, I was so right.
Doesn't work in Firefox. That's OK though, it's really annoying.
|
|
|
Back to top
|
|
|
|
 |
gotissues68
RealPoor Sensei

Joined: 21 Aug 2003 Posts: 1866
|
Posted: 02/22/05 - 00:24 Post subject:
|
|
|
| Owyyn wrote: | Ohhh, I was so right.
Doesn't work in Firefox. That's OK though, it's really annoying. |
Yep good call dude! If the code doesn't work in Firefox though, might want to try using a style sheet instead =) If you want help Carn let me know and I'd be glad to whip up a simple style sheet to accomplish the look you're looking for.
|
|
|
Back to top
|
|
|
|
 |
kireol
RealPoor Master of Posts

Joined: 02 Aug 2003 Posts: 9517
Location: Royal Oak, MI
|
Posted: 02/22/05 - 00:31 Post subject:
|
|
|
try this one maybe:
| Code: |
<style type="text/css">
<!--
body {
background-color: black;
background-image: url(http://your.isp.com/your.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
cursor: crosshair;
}
-->
|
|
|
|
Back to top
|
|
|
|
 |
gotissues68
RealPoor Sensei

Joined: 21 Aug 2003 Posts: 1866
|
Posted: 02/22/05 - 00:38 Post subject:
|
|
|
| kireol wrote: | try this one maybe:
| Code: |
<style type="text/css">
<!--
body {
background-color: black;
background-image: url(http://your.isp.com/your.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
cursor: crosshair;
}
-->
|
|
Cockblocking jew
|
|
|
Back to top
|
|
|
|
 |
kireol
RealPoor Master of Posts

Joined: 02 Aug 2003 Posts: 9517
Location: Royal Oak, MI
|
Posted: 02/22/05 - 00:40 Post subject:
|
|
|
|
virtualpenix++;
|
|
|
Back to top
|
|
|
|
 |
Lumberg_fekdher
RealPoor Sensei

Joined: 26 Aug 2003 Posts: 1923
|
Posted: 02/22/05 - 03:43 Post subject:
|
|
|
|
soup
|
|
|
Back to top
|
|
|
|
 |
Venkmen
RealPoor Guru

Joined: 12 Oct 2002 Posts: 2260
|
Posted: 02/22/05 - 04:07 Post subject:
|
|
|
| gotissues68 wrote: | | kireol wrote: | try this one maybe:
| Code: |
<style type="text/css">
<!--
body {
background-color: black;
background-image: url(http://your.isp.com/your.gif);
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
cursor: crosshair;
}
-->
|
|
Cockblocking jew  |
LOL!!!!
|
|
|
Back to top
|
|
|
|
 |
|
|