|
|
|
| Изображение кнопочки : button1.jpg
<input type="submit" name="button" id="button" value="Добавить в базу" >
|
| |
|
|
|
|
|
|
|
для: Dinya_1
(20.02.2009 в 20:42)
| |
<input type="image" src="/library/graphics/cecb2.gif" value="Click here" size="32,32" border="0" />
|
| |
|
|
|
|
|
|
|
для: Dinya_1
(20.02.2009 в 20:42)
| |
<style>
.button {
border: none;
background: url(button1.jpg) no-repeat;
width: ширинаpx;
height: высотаpx;
}
</style>
<input type="submit" name="button" id="button" value="Добавить в базу" class="button">
|
| |
|
|
|