
<input type="image" id="button" title="Dodaj rolę" />
#button { background: url(images/dodaj.gif) no-repeat; height:15px; overflow:hidden; width:38px; } #button:hover { background-position: 0px -15px; }
W jaki sposób mogę się pozbyć ramki?
<input type="image" id="button" title="Dodaj rolę" />
#button { background: url(images/dodaj.gif) no-repeat; height:15px; overflow:hidden; width:38px; } #button:hover { background-position: 0px -15px; }