Сообщение от EventPromo
|
почему когда нажимаешь на нее она не работает как кнопка?
она визуально должна нажаться, а тут никаких действий не происходи!
|
Таки нажимается...
<style>
.Button {
border: none;
background-color: transparent;
cursor: pointer;
}
</style>
<button class="Button"><img src="http://javascript.ru/forum/images/smilies/smile.gif" width="50px" height="50px" alt="Up"></button>