Posted by Div box being moved by notifications

✿Ghosti✿ (#109280)

Heavenly
View Forum Posts


Posted on
2023-05-12 20:08:07
I'm trying to put an image over the featured lion in caves, but using HTML to insert the image url so I can put different images in different caves (It seems like that is not possible in CSS alone).

I have figured out how to match it up perfectly but then I got notifications and they pushed my image down, revealing part of the original featured lion image >:(
Is there any way to fix this?

The CSS I'm trying:
.nekomata {
position: absolute;
top: 5.98%;
left: 13.5%;
}

The HTML I'm trying:
<*div style="border:0px solid;" class="nekomata"*><*img src="https://i.imgur.com/spLEu8z.png" alt="" /*>



Hrt Icon 0 players like this post! Like?

Jean Jacket (Box
King) (#430884)

Vicious
View Forum Posts


Posted on
2023-05-12 20:11:17
There's a CSS code for the featured lion background
/* Codes made by Pandora #144118 and Kat .:Red Lion of Voltron:. #94329
Codes may be edited, used in commissions or for personal use
Please do not remove credit
*/

/* IN-CAVE BACKGROUND */
.lionImage>img {
content: url('https://cdn.discordapp.com/attachments/1092622595658096712/1094821492841271356/aesthetic-rose-wallpaper-14-920x518.jpg')!important;
}

/* If you have a featured lion set then you'll want to use this one! ↴ */

/* FEATURED LION BACKGROUND */
.lionImage>div>img:first-child {
content: url('https://static.lioden.com/images/dynamic/backgrounds/congorainforest.png')!important;
}

/* Codes made by Pandora #144118 and Kat .:Red Lion of Voltron:. #94329
Codes may be edited, used in commissions or for personal use
Please do not remove credit
*/

/* FEATURED LION DECOR */

.lionImage>div::after {
content:url('TOPLINK')!important;
display:block;
background-image:
url('LINK'), !important;position:relative;



Hrt Icon 0 players like this post! Like?

Jean Jacket (Box
King) (#430884)

Vicious
View Forum Posts


Posted on
2023-05-12 20:11:55
You can see it in use in my only cave with my featured lion if you want or need to see it



Hrt Icon 0 players like this post! Like?

✿Ghosti✿ (#109280)

Heavenly
View Forum Posts


Posted on
2023-05-12 20:42:52
That code is CSS so it applies to all caves, I'm trying to create a way to have different images per cave



Hrt Icon 0 players like this post! Like?







Memory Used: 629.41 KB - Queries: 2 - Query Time: 0.00077 - Total Time: 0.00472s