IP.Board Support

Make background not repeat when scrolling?

Submitted by e8iw2f3, , Thread ID: 84482

Thread Closed
e8iw2f3
Member
Level:
1
Reputation:
17
Posts:
177
Likes:
13
Credits:
156
13-04-2018, 08:16 PM
#1
Tried plenty of CSS edits and none seem to be getting the job done. Currently:

/* Remove the slash with the point that the rules came into force */
/*
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
*/

Background is still repeating when scrolling. Want it to just be static

RE: Make background not repeat when scrolling?

Penny
????????
Level:
0
Reputation:
43
Posts:
361
Likes:
92
Credits:
1.05K
13-04-2018, 08:19 PM
This post was last modified: 13-04-2018, 08:19 PM by Penny
#2
13-04-2018, 08:16 PM
e8iw2f3 Wrote:
Tried plenty of CSS edits and none seem to be getting the job done. Currently:

/* Remove the slash with the point that the rules came into force */
/*
background-repeat:no-repeat;
background-attachment:fixed;
background-size:cover;
*/

Background is still repeating when scrolling. Want it to just be static



Add forum link, please.
I want to see if there is a problem with other selectors style.
I will be your website dev - PM

Upgraded by Deleted_44 Heart Eyes
Write if you need some link

Never argue with an idiot. They will only bring you down to their level and beat you with experience

RE: Make background not repeat when scrolling?

e8iw2f3
Member
Level:
1
Reputation:
17
Posts:
177
Likes:
13
Credits:
156
OP
13-04-2018, 08:20 PM
This post was last modified: 13-04-2018, 08:22 PM by e8iw2f3
#3
13-04-2018, 08:19 PM
Penny Wrote:
Add forum link, please.
I want to see if there is a problem with other selectors style.

I'd appreciate it if the link stayed private and no registrations happened!

RE: Make background not repeat when scrolling?

Penny
????????
Level:
0
Reputation:
43
Posts:
361
Likes:
92
Credits:
1.05K
13-04-2018, 08:22 PM
This post was last modified: 13-04-2018, 08:22 PM by Penny
#4
Add this to your body
Code:
background-repeat: repeat;
  background-attachment: fixed;

and refresh your cache (CTRL+F5)
You can remove your forum address now Smile
I will be your website dev - PM

Upgraded by Deleted_44 Heart Eyes
Write if you need some link

Never argue with an idiot. They will only bring you down to their level and beat you with experience

RE: Make background not repeat when scrolling?

e8iw2f3
Member
Level:
1
Reputation:
17
Posts:
177
Likes:
13
Credits:
156
OP
13-04-2018, 08:23 PM
#5
13-04-2018, 08:22 PM
Penny Wrote:
Add this to your body
Code:
background-repeat: repeat;
  background-attachment: fixed;

and refresh your cache (CTRL+F5)
You can remove your forum address now Smile

easy enough! Thank you! Worked like a charm. I was editing it through the Background in the theme editor rather than html/css

Thanks again Smile

Users browsing this thread: 1 Guest(s)