I saw something about CSS for floating items, but the only bit of CSS I could find for it did not work. Does anyone have it and if so, can you explain it to me?
This is the css I use:
.floating_item {position:fixed !important; left:20px !important; top:7px !important; z-index:999 !important; box-shadow: 1px 1px 5px ;}
You put it in your customcss box.
Fantastic! Does that work for all floating items?