Having trouble accomplishing this task.
I've experimented with the following methods:
document.getElementById("sharebar").innerHTML=""; //This method successfully clears content
alert(document.getElementById("sharebar").toString());
document.getElementById("sharebar").setAttribute("width", "0px"); //Attempted to remove styling but was unsuccessful