I want to decrease the spacing of these buttons but I can not. Already tried to put margin and padding and nothing. I do not want to use a list. How can I do it?
The following is the html code:
<div id="buttonbar">
<button id="volDn"><img src="images/video/menos.png" id="menos"/></button>
<button id="volUp"><img src="images/video/mais.png" id="btn-mais"/></button>
<button id="mute"><img src="images/video/som.png" id="btn-mudo"/></button>
</div>
The css:
#buttonbar{
position: absolute;
bottom: 0;
right: 0;
}