Форум: "Прочее";
Текущий архив: 2006.12.31;
Скачать: [xml.tar.bz2];
ВнизHTML Найти похожие ветки
← →
PHPDeveloper (2006-12-07 15:01) [0]Доброго времени суток.
Вот такой вопрос, иожно ли самому указывать размер кнопок в форме.
<form name="form" method="post" action="admin.php">
<input type="hidden" name="Login" value=....>
<input type="hidden" name="Password" value=....>
<input type="hidden" name="n" value=2>
<input type="submit" name="enter" value="......" >
</form>
size = - только для текстового поля как я понимаю. А как указать размер кнопки? <input type="submit" name="enter" value="......" >
← →
Gero © (2006-12-07 15:08) [1]style="width: 100px; height: 100px"
← →
Алхимик © (2006-12-07 15:10) [2].MyButton{
width: 150px;
}
<input type="submit" class="MyButton" name="enter" value="......" >
Страницы: 1 вся ветка
Форум: "Прочее";
Текущий архив: 2006.12.31;
Скачать: [xml.tar.bz2];
Память: 0.44 MB
Время: 0.044 c