3
I want to reduce the spacing of these buttons but I’m not getting it. I’ve tried to put margin and padding and nothing. I don’t want to use a list. How can I do?
Follow 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;
}
You tried to use a negative margin?
– haykou
"Hmmm" I won’t try to stand there
– Felipe Henrique
friend if I use padding or margin being negative or positive it repositions the image and does not touch the mirroring
– Felipe Henrique
what spacing do you mean? the distance between one and the other?
– Silvio Andorinha
exactly they are very far apart one another wanted to join them more by remembering that they are inline or be one on the other side
– Felipe Henrique
#volDn{ margin-right
– haykou
didn’t work out, didn’t move the spacing
– Felipe Henrique