inherit
264725
0
Aug 12, 2021 19:19:06 GMT -8
FranchiseHeel
2
July 2021
franchiseheel
|
Post by FranchiseHeel on Jul 13, 2021 22:07:03 GMT -8
|
I'm trying to make the whitened star field static so that it doesn't scroll. Is there a code to be able to do this?
I linked the code below. I appreciate any assistance in advance, thank you.
[div align="center"][table style="width:100%;border-spacing:0;" border="0"][tbody][tr][td style="padding:0;"][img style="max-width:100%;vertical-align:bottom;" src="https://i.postimg.cc/dtk5H8FG/Top-Banner.jpg"][/td][/tr][tr][td style="background-image:url(https://i.postimg.cc/g0ywYk9g/StarBG4.jpg);padding:0;"][font color="000000"][blockquote][/div] [/span][/font] [/blockquote][/font][/td][/tr][tr][td style="padding:0;"][img style="max-width:100%;" src="https://i.postimg.cc/6QwyxScN/AWLucha-Villain-2.jpg"][/td][/tr][/tbody][/table][/div]
[div]
|
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Jul 14, 2021 9:08:49 GMT -8
To stop the background image from scrolling with the page, use the 'background-attachment' property... [td style="background-image:url(https://i.postimg.cc/g0ywYk9g/StarBG4.jpg); background-attachment: fixed; padding:0;"]
|
|
inherit
264725
0
Aug 12, 2021 19:19:06 GMT -8
FranchiseHeel
2
July 2021
franchiseheel
|
Post by FranchiseHeel on Aug 12, 2021 19:26:51 GMT -8
To stop the background image from scrolling with the page, use the 'background-attachment' property... [td style="background-image:url(https://i.postimg.cc/g0ywYk9g/StarBG4.jpg); background-attachment: fixed; padding:0;"] Thank you!!!
|
|
#00AF33
Official Code Helper
19529
0
1
Nov 19, 2012 14:18:28 GMT -8
Todge
**
17,324
January 2004
todge
|
Post by Todge on Aug 13, 2021 8:24:35 GMT -8
No worries...
|
|