A long while ago someone had posted a code so that things like floating flowers would appear in a specific spot on my screen. I'm not sure when it stopped working, but I was wondering if my code needs an update or if I need a completely new code?
I think this was the code I was using before.
.menu-btn {
top: -110px;
left: 10px;
}
>span[style] { border:5px solid red; position:absolute !important; left:355px !important; top:5px !important;}
li.menu-btn{display:none;}
[flower=Flutterby]
>span[style] { border:8px solid green; position:absolute !important; left:5px !important; top:5px !important; }
.floating_item { border:8px solid green; position:absolute !important; left:5px !important; top:5px !important; }
this is what I use now ;)
I use this...
.floating_item {border:2px solid blueviolet; position:absolute !important; left:5px !important; top:300px !important;}
Still works for me
Oh okay, awesome! Thanks guys! :3
[flower=Flutterby]