Replies

Apr 20, 2025 10 months ago
Chook
User Avatar

Can someone please tell me the CSS code to use so that the floating items moves up and down the page?

Apr 20, 2025 10 months ago
Pinocchio
is made of stardust
User Avatar
Minty

Not sure what you mean by moving up and down the page, but the code I use keeps it fixed to one corner of the site, which does include coming with you when you scroll. .floating_item {position:fixed !important; left:250px !important; top:50px !important; z-index:999 !important; margin: 0px !important; border:2px solid ;}

EDIT: forgot to tag oops

Never let a single tear be shed, my little woodenhead
Looking for pets with any of the following birthdays: September 17, 2011 /2016 /2021

⭐ 1
Apr 20, 2025 10 months ago
Chook
User Avatar

Thanks I;ll give it a go. By moving up and down I meant as you scroll it comes with you.

That's it.

Thank you.

Please log in to reply to this topic.