Upload Files

by JQ Purfect

HTML

<div id="bottomRight">Upload Files..
  
   
</div>

CSS

#bottomRight {
    position: fixed;
    width: 350px;
    border: solid 1px #ddd;
    vertical-align: middle;
    background: #ddd;
    text-align: center;
    bottom: 10px;
    right: 10px;
}