Discuss Scratch

StrangeMagic32
Scratcher
1000+ posts

Scratch Extension

I'm making an extension for scratch, and was wondering if it's possible to edit the html or css, to make the background not scroll, but the rest of the stuff still scrolls like normal.


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter
Sheep_maker
Scratcher
1000+ posts

Scratch Extension

document.body.style.backgroundAttachment = 'fixed';
This subforum is for Scratch extensions that add new blocks, not the ones that change the website (“browser extensions”), which would better fit the Advanced Topics forums. Also note that you aren't allowed to share your browser extension on Scratch once you're done with it.

- Sheep_maker This is a kumquat-free signature. :P
This is my signature. It appears below all my posts. Discuss it on my profile, not the forums. Here's how to make your own.
.postsignature { overflow: auto; } .scratchblocks { overflow-x: auto; overflow-y: hidden; }
StrangeMagic32
Scratcher
1000+ posts

Scratch Extension

Sheep_maker wrote:

document.body.style.backgroundAttachment = 'fixed';
This subforum is for Scratch extensions that add new blocks, not the ones that change the website (“browser extensions”), which would better fit the Advanced Topics forums. Also note that you aren't allowed to share your browser extension on Scratch once you're done with it.
Thanks, I wasn't quite sure what forum so double thanks.


“Remember the worth of souls is great in the sight of God;”
- Doctrine and Covenants 18:10


I have since moved to @JollyWinter

Powered by DjangoBB