Hello I am trying to make an invisible button (still functional and clickable), because my buttons styles are embedded in the background and I don\'t want to slice them, and
Use CSS background:transparent; to your button/div.
background:transparent;
JSFiddle