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
HTML
CSS
input[type=button]{ background:transparent; border:0; }