Ugh. At some point it got deleted from my custom CSS. >_< Google is not being helpful. Different codes coming up, and most with borders.
Has anyone got the current working code for floating items without borders please? ^^
Well you can just remove the border part from the codes you found. ^^
But anyway, this should work.
.floating_item { position:fixed !important; left:180px !important; top:45px !important; z-index:999 !important; }
You might need to tweak the top and left position to where it suits you best. :)