• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Gesior 0.3.6, CODE script. Scrolling down

Fizzy

Member
Joined
Dec 27, 2012
Messages
200
Reaction score
16
Location
Sweden
Hi all,
I've seen lot of websites when you go to them and when you scroll down the background comes with it. IT doesn't stay up. IT scrolls down when you scroll down. What kind of script is that?
 
Sounds like a minor CSS fix, what template are you using? Show me your template css and add this where the background image is added.

Code:
background-repeat: no-repeat;
background-attachment: fixed;

Ignazio
 
Code:
#ArtworkHelper {
  text-align: center;
  background-position: top center;
background-repeat: no-repeat;
background-attachment: fixed;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  min-height: 800px;

When I scroll it works but it works only to the half of the SITE and then it turns black. It's like the background disapears!
I got a picture for you aswell so u can see

http://gyazo.com/0ece2f508c7a65abfad314fd735a8355

You'll understand what I'm talking bout
 
Back
Top