not working ?? stil on top stay
#fbMsg img {
position: fixed;
z-index: 9999; /* Sit on top */
right: 0;
float:right;
bottom: 30%;
margin-top: -25px; /* -(image_height/2) */
cursor: pointer;
width: 55px;
height: 55px;
}
#fbMsg-leftside img {
position: fixed;
z-index: 9999; /* Sit on top */
left: 0;
float:left;
bottom: 30%;
margin-top: -25px; /* -(image_height/2) */
cursor: pointer;
width: 55px;
height: 55px;
}