Код: Выделить всё
<input type="button" value="Кнопка0" style="position:absolute;left:500px;top:500px">
BitmasteR
Код: Выделить всё
<input class="knopochka" value="Кнопка0" type="button" />
Код: Выделить всё
.knopochka {
position:absolute;
left:500px;
top:500px;
}
ka81
ka81
BitmasteR
ka81
agrlin
Romelyus