|
|
---|---|
Posted by | Free CSS Template + Tutorial! |
katie 🍃 (#106445)
Warrior View Forum Posts Posted on 2019-01-25 23:49:10 |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 19:39:45 |
And also aldksa I'm sorry, I got confused there, it's position:fixed; not position: sticky;. Sorry for that. 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 21:32:37 |
why won't it pop up? here's the code im using .Box3 { position:fixed; background: rgba(5, 59, 2, 0.6); color: #ededed; width: 100px; height: 100px; left: 100px; bottom: 100px; } 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 21:40:00 |
Did you add the class on the html? Like the other boxes (add it at the very very end) 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 21:40:17 |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 21:47:19 |
okay, I did it, but for some reason the box is floating behind the cave images. how do I fix that 0 players like this post! Like? Edited on 14/09/20 @ 21:49:36 by Polaroid [Ask About My Lore!] (#163486) |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 21:51:51 |
Add z-index:100; to the box3 properties, that should bring it to the front 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 21:54:58 |
it's working! do you know how to embed it into the css itself? 0 players like this post! Like? Edited on 14/09/20 @ 21:55:07 by Polaroid [Ask About My Lore!] (#163486) |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 22:16:45 |
What do you mean by that exactly? The credit box is already on the css! 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 22:19:06 |
found it- I meant that it doesn't need to be in the territory description. Here's the code I used (still fixing it). found it on one of katies premades 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 22:29:51 |
What code? Nvm xD 0 players like this post! Like? Edited on 14/09/20 @ 22:40:22 by Ater 🐺 CL DF Madagascar (#206739) |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 22:35:15 |
forgot to paste it .credit { background: rgba(5, 59, 2, 0.9); color: #ededed; z-index:100; padding: 10px; border: none; position: fixed; text-align: center; border-radius: 5px; left: 0px; bottom: 0px; width: auto; height: auto; overflow: auto; } 0 players like this post! Like? |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 22:40:07 |
Ohhh that's the same as the box3 you did! only with more stuff like padding, radius on the border and whatnot xD 0 players like this post! Like? |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-14 23:39:51 |
Ater 🐺 [Project] (#206739)
Cursed View Forum Posts Posted on 2020-09-14 23:58:18 |
Polaroid, the mfing Pie Lord (#163486) View Forum Posts Posted on 2020-09-15 00:00:23 |
you've been a HUGE help, tysm. my den is finished! ill stick around and help others where I can:) 0 players like this post! Like? |