# Pages background image, How to make it static

**URL:** https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262
**Category:** Ask for Help
**Created:** [January 30, 2023, 10:03am UTC](https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262 "2023-01-30T10:03:49Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![ToOFa\_Apps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/toofa_apps/32/36816_2.png) [@ToOFa\_Apps](https://community.glideapps.com/u/ToOFa_Apps)
#### Post date: [January 30, 2023, 10:03am UTC](https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262/1 "2023-01-30T10:03:49Z")

</div>

I’ve placed a background image on the container of my glide page. I would like the image to be fixed so that it doesn’t scroll down as the user scrolls the screen.  
Any ideas?

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 31, 2023, 12:07am UTC](https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262/3 "2023-01-31T00:07:06Z")

</div>

So you want it to “stick” to the same place even though the original container has been scrolled off the screen?

---

<div class="post-metadata">

### Author: ![ToOFa\_Apps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/toofa_apps/32/36816_2.png) [@ToOFa\_Apps](https://community.glideapps.com/u/ToOFa_Apps)
#### Post date: [January 31, 2023, 12:09am UTC](https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262/4 "2023-01-31T00:09:08Z")

</div>

Yes i think so, basically the image will always be in view, the contents of the screen will scroll when i scroll them.

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 31, 2023, 12:11am UTC](https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262/5 "2023-01-31T00:11:15Z")

</div>

Well I would think the only way is to use CSS’ sticky positioning to deal with that, but CSS is only available for Business & Enterprise plans.

> **[How To Create a Sticky Element](https://www.w3schools.com/howto/howto_css_sticky_element.asp)**
>
> W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.

---

<div class="post-metadata">

### Author: ![ToOFa\_Apps](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/toofa_apps/32/36816_2.png) [@ToOFa\_Apps](https://community.glideapps.com/u/ToOFa_Apps)
#### Post date: [January 31, 2023, 12:13am UTC](https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262/6 "2023-01-31T00:13:25Z")

</div>

Okay thanks, i’ll relook at that when we upgrade. Good to know that it’s possible👍

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [January 31, 2023, 12:21am UTC](https://community.glideapps.com/t/pages-background-image-how-to-make-it-static/57262/7 "2023-01-31T00:21:45Z")

</div>

I wouldn’t say it’s completely possible to work, but I think that’s the best bet in terms of CSS.
